mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
[reset] remove containerd storage during reset (#8469)
This commit is contained in:
@@ -264,6 +264,7 @@
|
|||||||
with_items:
|
with_items:
|
||||||
- "{{ kube_config_dir }}"
|
- "{{ kube_config_dir }}"
|
||||||
- /var/lib/kubelet
|
- /var/lib/kubelet
|
||||||
|
- "{{ containerd_storage_dir }}"
|
||||||
- "{{ ansible_env.HOME | default('/root') }}/.kube"
|
- "{{ ansible_env.HOME | default('/root') }}/.kube"
|
||||||
- "{{ ansible_env.HOME | default('/root') }}/.helm"
|
- "{{ ansible_env.HOME | default('/root') }}/.helm"
|
||||||
- "{{ etcd_data_dir }}"
|
- "{{ etcd_data_dir }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user