mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-25 18:23:05 +01:00
upgrade k3s to v1.24.4+k3s1 (#64)
* feat(k3s): Upgrade to v1.24.4+k3s1 * feat(metallb): updated to v0.13.5
This commit is contained in:
2
vagrant/Vagrantfile
vendored
2
vagrant/Vagrantfile
vendored
@@ -50,7 +50,7 @@ Vagrant.configure("2") do |config|
|
||||
"master" => ["control1", "control2", "control3"],
|
||||
"node" => ["node1", "node2"],
|
||||
"k3s_cluster:children" => ["master", "node"],
|
||||
"k3s_cluster:vars" => {"k3s_version" => "v1.24.3+k3s1",
|
||||
"k3s_cluster:vars" => {"k3s_version" => "v1.24.4+k3s1",
|
||||
"ansible_user" => "vagrant",
|
||||
"systemd_dir" => "/etc/systemd/system",
|
||||
"flannel_iface" => "eth1",
|
||||
|
||||
Reference in New Issue
Block a user