Skip to content

Commit

Permalink
chore: address PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Zaniewski <[email protected]>
  • Loading branch information
Piotr1215 committed Dec 18, 2024
1 parent d7deed3 commit 5bfea47
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions platform/how-to/uninstall.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ There are two ways to uninstall the platform.

<Tabs>
<TabItem value="Using vCluster CLI">
<VersionBadge version="v4.2" vclusterVersion="v0.22" />
<VersionBadge vclusterVersion="v0.22" />

### Delete the platform

Note that the
[VirtualClusterInstances](/platform/api/resources/virtualclusterinstance)
CDRs managed with driver Helm are deleted, but the underlying virtual clusters
CRDs managed with driver Helm are deleted, but the underlying virtual clusters
are not uninstalled.

On the Kubernetes cluster where the platform is installed, and all connected clusters, run:
Expand All @@ -46,9 +46,8 @@ vcluster destroy platform
:::info
The command does the following:
- Uninstalls Helm releases related to Loft.
- Deletes CustomResourceDefinitions (CRDs).
- Optionally deletes when the `--delete-namespace` flag is provided.
- Removes default cluster roles and cluster role bindings.
- Deletes CustomResourceDefinitions (CRDs) created by the platform.
- Removes cluster roles and cluster role bindings created by the platform.
:::

</TabItem>
Expand Down

0 comments on commit 5bfea47

Please sign in to comment.