Skip to content

Commit 313c5ca

Browse files
Add resiliency uninstallation steps (#1011)
1 parent 7fcbca2 commit 313c5ca

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

content/docs/resiliency/uninstallation.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ This section outlines the uninstallation steps for Container Storage Modules (CS
1313
To uninstall the sidecar in the CSI Driver, the following steps are required.
1414

1515
**Steps**
16+
>NOTE: If you do not wish to uninstall the driver, please follow the steps below for Resiliency uninstallation through driver upgrade.
1617
1. Uninstall the driver
1718
- [Helm](../../deployment/helm/drivers/uninstall/#uninstall-a-csi-driver-installed-via-helm)
1819
- [Operator](../../deployment/csmoperator/drivers/#uninstall-csi-driver)
19-
2. [Reinstall](../../deployment) the driver with the `podmon` feature disabled.
20+
2. Reinstall the driver with the `podmon` feature disabled
21+
- [Helm](../../deployment/helm/drivers/installation/)
22+
- [Operator](../../deployment/csmoperator/drivers/#installing-csi-driver-via-operator)
23+
24+
### Uninstallation through driver upgrade
25+
1. Disable the `podmon` feature in your values file
26+
2. Upgrade the driver
27+
- [Helm](../../deployment/helm/drivers/upgradation/)
28+
- [Operator](../../deployment/csmoperator/drivers/#update-csi-drivers)

0 commit comments

Comments
 (0)