Skip to content

Commit 7463fa2

Browse files
authored
Merge pull request #952 from cvvz/fix-uninstall-driver
chore: fix uninstall-driver to make it backward compatibility
2 parents 01657f5 + 0cd1fbf commit 7463fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/uninstall-driver.sh

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

36-
3736
echo "Uninstalling Azure Blob Storage CSI driver, version: $ver ..."
37+
kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
3838
kubectl delete -f $repo/csi-blob-controller.yaml --ignore-not-found
3939
kubectl delete -f $repo/csi-blob-node.yaml --ignore-not-found
4040
kubectl delete -f $repo/csi-blob-driver.yaml --ignore-not-found

0 commit comments

Comments
 (0)