CSI Management for EKS
  • 27 Jun 2024
  • 1 Minute to read
  • Dark
    Light

CSI Management for EKS

  • Dark
    Light

Article summary

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?