fix: clear cni config in reset playbook
This commit is contained in:
@@ -6,3 +6,8 @@
|
|||||||
ansible.builtin.command: kubeadm reset -f
|
ansible.builtin.command: kubeadm reset -f
|
||||||
args:
|
args:
|
||||||
removes: /etc/kubernetes/*.conf
|
removes: /etc/kubernetes/*.conf
|
||||||
|
|
||||||
|
- name: Clear CNI configuration
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/cni/net.d
|
||||||
|
state: absent
|
||||||
|
|||||||
Reference in New Issue
Block a user