[reset] remove containerd storage during reset (#8469)

pull/8475/head
Cristian Calin 2022-01-26 15:10:01 +02:00 committed by GitHub
parent d86a3b962c
commit 26a5948d2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@
with_items:
- "{{ kube_config_dir }}"
- /var/lib/kubelet
- "{{ containerd_storage_dir }}"
- "{{ ansible_env.HOME | default('/root') }}/.kube"
- "{{ ansible_env.HOME | default('/root') }}/.helm"
- "{{ etcd_data_dir }}"