diff --git a/platform/how-to/uninstall.mdx b/platform/how-to/uninstall.mdx index 65a04ea3..2608dcb4 100644 --- a/platform/how-to/uninstall.mdx +++ b/platform/how-to/uninstall.mdx @@ -28,13 +28,13 @@ There are two ways to uninstall the platform. - + ### 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: @@ -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. :::