Unmount CSI plugin folder

Fixed upstream - see https://github.com/k3s-io/k3s/issues/3264
This commit is contained in:
Vegetto 2021-05-04 23:20:46 +02:00 committed by GitHub
parent 87c56dbe64
commit 5305eb3758
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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