From d8ddeb4e80c8c9a892c1644fb17151f71b3ad04c Mon Sep 17 00:00:00 2001 From: Bala Harish <161304963+balaharish7@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:11:00 +0530 Subject: [PATCH] docs: added a crd note in the uninstallation documentation (#508) * docs: added a crd note in the uninstallation documentation Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> * docs: added a crd note in the uninstallation documentation Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> --------- Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> --- docs/main/user-guides/uninstallation.md | 11 +++++++++++ .../version-4.1.x/user-guides/uninstallation.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/docs/main/user-guides/uninstallation.md b/docs/main/user-guides/uninstallation.md index 9bd6c818..94b05225 100644 --- a/docs/main/user-guides/uninstallation.md +++ b/docs/main/user-guides/uninstallation.md @@ -30,6 +30,17 @@ Run the following command to uninstall OpenEBS: helm uninstall openebs -n ``` +:::note +Uninstalling the Helm chart does not remove/uninstall the CustomResourceDefinitions (CRDs). + +``` +diskpools.openebs.io +volumesnapshotclasses.snapshot.storage.k8s.io +volumesnapshotcontents.snapshot.storage.k8s.io +volumesnapshots.snapshot.storage.k8s.io +``` +::: + ## See Also - [Installation](../quickstart-guide/installation.md) diff --git a/docs/versioned_docs/version-4.1.x/user-guides/uninstallation.md b/docs/versioned_docs/version-4.1.x/user-guides/uninstallation.md index e31e57aa..09b621f7 100644 --- a/docs/versioned_docs/version-4.1.x/user-guides/uninstallation.md +++ b/docs/versioned_docs/version-4.1.x/user-guides/uninstallation.md @@ -28,6 +28,17 @@ Run the following command to uninstall OpenEBS: helm uninstall openebs -n ``` +:::note +Uninstalling the Helm chart does not remove/uninstall the CustomResourceDefinitions (CRDs). + +``` +diskpools.openebs.io +volumesnapshotclasses.snapshot.storage.k8s.io +volumesnapshotcontents.snapshot.storage.k8s.io +volumesnapshots.snapshot.storage.k8s.io +``` +::: + ## See Also - [Installation](../quickstart-guide/installation.md)