Skip to content

Commit 0cd1fbf

Browse files
committed
fix
1 parent 15e5837 commit 0cd1fbf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

deploy/uninstall-driver.sh

+1-8
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,8 @@ if [ $ver != "master" ]; then
3333
repo="$repo/$ver"
3434
fi
3535

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-
4436
echo "Uninstalling Azure Blob Storage CSI driver, version: $ver ..."
37+
kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
4538
kubectl delete -f $repo/csi-blob-controller.yaml --ignore-not-found
4639
kubectl delete -f $repo/csi-blob-node.yaml --ignore-not-found
4740
kubectl delete -f $repo/csi-blob-driver.yaml --ignore-not-found

0 commit comments

Comments
 (0)