Skip to content

Commit

Permalink
docs: added a crd note in the uninstallation documentation (#508)
Browse files Browse the repository at this point in the history
* docs: added a crd note in the uninstallation documentation

Signed-off-by: Bala Harish <[email protected]>

* docs: added a crd note in the uninstallation documentation

Signed-off-by: Bala Harish <[email protected]>

---------

Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 authored Jan 3, 2025
1 parent 4df9c6f commit d8ddeb4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/main/user-guides/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,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
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 d8ddeb4

Please sign in to comment.