mirror of
https://github.com/PyratLabs/ansible-role-k3s
synced 2024-11-05 05:13:29 +01:00
Unmount CSI plugin folder
Fixed upstream - see https://github.com/k3s-io/k3s/issues/3264
This commit is contained in:
parent
87c56dbe64
commit
5305eb3758
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ do_unmount_and_remove() {
|
|||
do_unmount_and_remove '/run/k3s'
|
||||
do_unmount_and_remove '{{ k3s_runtime_config['data-dir'] | default(k3s_data_dir) }}'
|
||||
do_unmount_and_remove '/var/lib/kubelet/pods'
|
||||
do_unmount_and_remove '/var/lib/kubelet/plugins'
|
||||
do_unmount_and_remove '/run/netns/cni-'
|
||||
|
||||
# Remove CNI namespaces
|
||||
|
|
Loading…
Reference in a new issue