CSI Management for EKS
- 27 Jun 2024
- 1 Minute to read
- Print
- DarkLight
CSI Management for EKS
- Updated on 27 Jun 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
These are details on upgrading and uninstalling the CSI driver.
Upgrade CSI driver
If you already added this repo earlier, run helm repo update to retrieve the latest versions of the packages. You can then run helm search repo volumez-csi to see the charts.
helm upgrade volumez-csi . -n vlz-csi-driver --set certmanager.installCRDs=false --set vlzAuthToken=eyJjdHkiOiJKV1QiLC
Uninstall CSI driver
To uninstall the CSI driver, run:
helm uninstall volumez-csi -n vlz-csi-driver
Was this article helpful?