From e3864c96ce156929d72ace9b9f1e936b169e7270 Mon Sep 17 00:00:00 2001 From: Bala Harish <161304963+balaharish7@users.noreply.github.com> Date: Tue, 31 Dec 2024 09:58:59 +0530 Subject: [PATCH 1/2] docs: added a crd note in the uninstallation documentation Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> --- docs/main/user-guides/uninstallation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/main/user-guides/uninstallation.md b/docs/main/user-guides/uninstallation.md index 9bd6c818..fb4abf38 100644 --- a/docs/main/user-guides/uninstallation.md +++ b/docs/main/user-guides/uninstallation.md @@ -30,6 +30,10 @@ Run the following command to uninstall OpenEBS: helm uninstall openebs -n ``` +:::note +Uninstalling the Helm chart does not remove/uninstall the CustomResourceDefinitions (CRDs). +::: + ## See Also - [Installation](../quickstart-guide/installation.md) From 4e5d6122131ac586ebcde76a258c7be5e7dc7aae Mon Sep 17 00:00:00 2001 From: Bala Harish <161304963+balaharish7@users.noreply.github.com> Date: Fri, 3 Jan 2025 10:50:31 +0530 Subject: [PATCH 2/2] docs: added a crd note in the uninstallation documentation Signed-off-by: Bala Harish <161304963+balaharish7@users.noreply.github.com> --- docs/main/user-guides/uninstallation.md | 7 +++++++ .../version-4.1.x/user-guides/uninstallation.md | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/main/user-guides/uninstallation.md b/docs/main/user-guides/uninstallation.md index fb4abf38..94b05225 100644 --- a/docs/main/user-guides/uninstallation.md +++ b/docs/main/user-guides/uninstallation.md @@ -32,6 +32,13 @@ 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 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)