Commit 64577a07 authored by Vegetto's avatar Vegetto Committed by Brad Davidson

fixes #3264 - unmount CSI plugins on uninstall

Signed-off-by: 's avatarangelnu <git@angelnucom>
parent 245efe0d
...@@ -620,6 +620,7 @@ do_unmount_and_remove() { ...@@ -620,6 +620,7 @@ do_unmount_and_remove() {
do_unmount_and_remove '/run/k3s' do_unmount_and_remove '/run/k3s'
do_unmount_and_remove '/var/lib/rancher/k3s' do_unmount_and_remove '/var/lib/rancher/k3s'
do_unmount_and_remove '/var/lib/kubelet/pods' do_unmount_and_remove '/var/lib/kubelet/pods'
do_unmount_and_remove '/var/lib/kubelet/plugins'
do_unmount_and_remove '/run/netns/cni-' do_unmount_and_remove '/run/netns/cni-'
# Remove CNI namespaces # Remove CNI namespaces
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment