-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Description
Expected behavior
# xxxx
## 卸载
- Helm 卸载
- `helm uninstall csi-driver-nfs -n kube-system`
- 脚本卸载(与安装版本一致)
- `curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/v4.12.1/deploy/uninstall-driver.sh | bash -s v4.12.1`Actual behavior
# xxxx
## 卸载
- Helm 卸载
- `helm uninstall csi-driver-nfs -n kube-system`
- 脚本卸载(与安装版本一致)
- `curl -skSL https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/v4.12.1/deploy/uninstall-driver.sh | bash -s v4.12.1`Steps to reproduce
Environment
No response
Additional Information
- Bug still occurs when all/other plugins are disabled?