We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e5837 commit 0cd1fbfCopy full SHA for 0cd1fbf
deploy/uninstall-driver.sh
@@ -33,15 +33,8 @@ if [ $ver != "master" ]; then
33
repo="$repo/$ver"
34
fi
35
36
-if [[ "$#" -gt 1 ]]; then
37
- if [[ "$2" == *"blobfuse-proxy"* ]]; then
38
- echo "remove blobfuse-proxy daemonset ..."
39
- kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
40
- fi
41
-fi
42
-
43
44
echo "Uninstalling Azure Blob Storage CSI driver, version: $ver ..."
+kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
45
kubectl delete -f $repo/csi-blob-controller.yaml --ignore-not-found
46
kubectl delete -f $repo/csi-blob-node.yaml --ignore-not-found
47
kubectl delete -f $repo/csi-blob-driver.yaml --ignore-not-found
0 commit comments