From 14b82e7420e846737210c28f77d3ff5a5933fdf0 Mon Sep 17 00:00:00 2001 From: Kerry_Kovacevic Date: Tue, 27 Feb 2024 13:03:48 -0500 Subject: [PATCH] Add resiliency uninstallation steps --- content/docs/resiliency/uninstallation.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/docs/resiliency/uninstallation.md b/content/docs/resiliency/uninstallation.md index 7ca499ca2d..b821a79d4c 100644 --- a/content/docs/resiliency/uninstallation.md +++ b/content/docs/resiliency/uninstallation.md @@ -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. \ No newline at end of file +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) \ No newline at end of file