Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: added a crd note in the uninstallation documentation #508

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).
balaharish7 marked this conversation as resolved.
Show resolved Hide resolved

```
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
Loading