Skip to content

Commit

Permalink
Add resiliency uninstallation steps
Browse files Browse the repository at this point in the history
  • Loading branch information
KerryKovacevic committed Feb 27, 2024
1 parent 7fcbca2 commit 14b82e7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion content/docs/resiliency/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,16 @@ This section outlines the uninstallation steps for Container Storage Modules (CS
To uninstall the sidecar in the CSI Driver, the following steps are required.

**Steps**
>NOTE: If you do not wish to uninstall the driver, please follow the steps below for Resiliency uninstallation through driver upgrade.
1. Uninstall the driver
- [Helm](../../deployment/helm/drivers/uninstall/#uninstall-a-csi-driver-installed-via-helm)
- [Operator](../../deployment/csmoperator/drivers/#uninstall-csi-driver)
2. [Reinstall](../../deployment) the driver with the `podmon` feature disabled.
2. Reinstall the driver with the `podmon` feature disabled
- [Helm](../../deployment/helm/drivers/installation/)
- [Operator](../../deployment/csmoperator/drivers/#installing-csi-driver-via-operator)

### Uninstallation through driver upgrade
1. Disable the `podmon` feature in your values file
2. Upgrade the driver
- [Helm](../../deployment/helm/drivers/upgradation/)
- [Operator](../../deployment/csmoperator/drivers/#update-csi-drivers)

0 comments on commit 14b82e7

Please sign in to comment.