Skip to content
Snippets Groups Projects
Unverified Commit 26a5948d authored by Cristian Calin's avatar Cristian Calin Committed by GitHub
Browse files

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

parent d86a3b96
Branches
Tags
No related merge requests found
...@@ -264,6 +264,7 @@ ...@@ -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 }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment