Upgrade kube-vpi; improve settings; better reset (#31)

* fix(k3s): upgrade k3s + kube-vip

* chore(github): update template

* chore(docs): Updated README

* fix(ansible): Reboot as part of reset

* fix(kube-vip): improve settings

* chore(lint): fix

* chore(lint): fix
This commit is contained in:
Techno Tim
2022-05-26 15:32:25 -05:00
committed by GitHub
parent 5bf61c841f
commit e1a0298eb8
5 changed files with 28 additions and 8 deletions

View File

@@ -23,6 +23,9 @@
- /var/lib/kubelet
- /run/netns
- /var/lib/rancher/k3s
- /var/lib/kubelet/pods
- /var/lib/kubelet/plugins
- /run/netns/cni-
loop_control:
loop_var: mounted_fs
@@ -35,9 +38,19 @@
- "{{ systemd_dir }}/k3s.service"
- "{{ systemd_dir }}/k3s-node.service"
- /etc/rancher/k3s
- /run/k3s
- /run/flannel
- /etc/rancher/
- /var/lib/kubelet
- /var/lib/rancher/k3s
- /var/lib/rancher/
- /usr/local/bin/k3s
- /var/lib/cni/
- name: daemon_reload
systemd:
daemon_reload: yes
- name: Reboot and wait for node to come back up
reboot:
reboot_timeout: 3600