mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2025-12-25 00:12:37 +01:00
Simplify K3s service startup for HA
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
4
Vagrantfile
vendored
4
Vagrantfile
vendored
@@ -28,10 +28,10 @@ def provision(vm, role, node_num)
|
||||
ansible.extra_vars = {
|
||||
k3s_version: "v1.26.5+k3s1",
|
||||
api_endpoint: "#{NETWORK_PREFIX}.100",
|
||||
token: "myyagrant",
|
||||
token: "myvagrant",
|
||||
# Required to use the private network configured above
|
||||
extra_server_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
|
||||
extra_agent_args: "",
|
||||
extra_agent_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user