Skip to content

Commit

Permalink
docs: modified the code in the CRD note (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Harish <[email protected]>
  • Loading branch information
balaharish7 authored Jan 7, 2025
1 parent 7201587 commit 9733638
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/main/user-guides/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,17 @@ Uninstalling the Helm chart does not remove/uninstall the CustomResourceDefiniti

```
diskpools.openebs.io
lvmnodes.local.openebs.io
lvmsnapshots.local.openebs.io
lvmvolumes.local.openebs.io
volumesnapshotclasses.snapshot.storage.k8s.io
volumesnapshotcontents.snapshot.storage.k8s.io
volumesnapshots.snapshot.storage.k8s.io
zfsbackups.zfs.openebs.io
zfsnodes.zfs.openebs.io
zfsrestores.zfs.openebs.io
zfssnapshots.zfs.openebs.io
zfsvolumes.zfs.openebs.io
```
:::

Expand Down
21 changes: 21 additions & 0 deletions docs/versioned_docs/version-4.0.x/user-guides/uninstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
id: uninstall
title: Uninstalling OpenEBS
keywords:
- OpenEBS Uninstallation
- Uninstalling OpenEBS
- Uninstall OpenEBS
- Uninstallation
description: This section is to describe about the graceful deletion/uninstallation of your OpenEBS cluster.
---

Expand All @@ -28,6 +30,25 @@ 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
lvmnodes.local.openebs.io
lvmsnapshots.local.openebs.io
lvmvolumes.local.openebs.io
volumesnapshotclasses.snapshot.storage.k8s.io
volumesnapshotcontents.snapshot.storage.k8s.io
volumesnapshots.snapshot.storage.k8s.io
zfsbackups.zfs.openebs.io
zfsnodes.zfs.openebs.io
zfsrestores.zfs.openebs.io
zfssnapshots.zfs.openebs.io
zfsvolumes.zfs.openebs.io
```
:::

## See Also

- [Installation](../quickstart-guide/installation.md)
Expand Down
10 changes: 10 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 @@ -2,8 +2,10 @@
id: uninstall
title: Uninstalling OpenEBS
keywords:
- OpenEBS Uninstallation
- Uninstalling OpenEBS
- Uninstall OpenEBS
- Uninstallation
description: This section is to describe about the graceful deletion/uninstallation of your OpenEBS cluster.
---

Expand Down Expand Up @@ -33,9 +35,17 @@ Uninstalling the Helm chart does not remove/uninstall the CustomResourceDefiniti

```
diskpools.openebs.io
lvmnodes.local.openebs.io
lvmsnapshots.local.openebs.io
lvmvolumes.local.openebs.io
volumesnapshotclasses.snapshot.storage.k8s.io
volumesnapshotcontents.snapshot.storage.k8s.io
volumesnapshots.snapshot.storage.k8s.io
zfsbackups.zfs.openebs.io
zfsnodes.zfs.openebs.io
zfsrestores.zfs.openebs.io
zfssnapshots.zfs.openebs.io
zfsvolumes.zfs.openebs.io
```
:::

Expand Down

0 comments on commit 9733638

Please sign in to comment.