Skip to content

Commit

Permalink
Merge pull request #952 from cvvz/fix-uninstall-driver
Browse files Browse the repository at this point in the history
chore: fix uninstall-driver to make it backward compatibility
  • Loading branch information
k8s-ci-robot authored Jun 12, 2023
2 parents 01657f5 + 0cd1fbf commit 7463fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/uninstall-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ if [ $ver != "master" ]; then
repo="$repo/$ver"
fi


echo "Uninstalling Azure Blob Storage CSI driver, version: $ver ..."
kubectl delete daemonset csi-blobfuse-proxy -n kube-system --ignore-not-found
kubectl delete -f $repo/csi-blob-controller.yaml --ignore-not-found
kubectl delete -f $repo/csi-blob-node.yaml --ignore-not-found
kubectl delete -f $repo/csi-blob-driver.yaml --ignore-not-found
Expand Down

0 comments on commit 7463fa2

Please sign in to comment.