Skip to content

Commit

Permalink
docs: added a crd note in the uninstallation documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 committed Jan 3, 2025
1 parent e3864c9 commit 4e5d612
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/main/user-guides/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ helm uninstall openebs -n <OPENEBS_NAMESPACE>

:::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
Expand Down
11 changes: 11 additions & 0 deletions docs/versioned_docs/version-4.1.x/user-guides/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ Run the following command to uninstall OpenEBS:
helm uninstall openebs -n <OPENEBS_NAMESPACE>
```

:::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)
Expand Down

0 comments on commit 4e5d612

Please sign in to comment.