mirror of
https://github.com/k3s-io/k3s-ansible.git
synced 2026-03-09 12:02:11 +01:00
Fix K3s Path, Alternative folder in HA (#233)
* Readd #143 fix Signed-off-by: Derek Nola <derek.nola@suse.com> * Add PR template Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
1
Vagrantfile
vendored
1
Vagrantfile
vendored
@@ -32,6 +32,7 @@ def provision(vm, role, node_num)
|
||||
# Required to use the private network configured above
|
||||
extra_server_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
|
||||
extra_agent_args: "--node-external-ip #{node_ip} --flannel-iface eth1",
|
||||
k3s_server_location: "/data/k3s",
|
||||
}
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user