We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01657f5 + 0cd1fbf commit 7463fa2Copy full SHA for 7463fa2
deploy/uninstall-driver.sh
@@ -33,8 +33,8 @@ if [ $ver != "master" ]; then
33
repo="$repo/$ver"
34
fi
35
36
-
37
echo "Uninstalling Azure Blob Storage CSI driver, version: $ver ..."
+kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
38
kubectl delete -f $repo/csi-blob-controller.yaml --ignore-not-found
39
kubectl delete -f $repo/csi-blob-node.yaml --ignore-not-found
40
kubectl delete -f $repo/csi-blob-driver.yaml --ignore-not-found
0 commit comments