mirror of
https://github.com/kubesphere/website.git
synced 2026-01-01 03:33:29 +00:00
Update uninstalling file wording
Signed-off-by: Sherlock113 <sherlockxu@yunify.com>
This commit is contained in:
parent
fd1c901c4a
commit
2e92025593
|
|
@ -1,24 +1,23 @@
|
|||
---
|
||||
title: "Uninstall KubeSphere and Kubernetes"
|
||||
keywords: 'Kubernetes, KubeSphere, uninstalling, remove-cluster'
|
||||
description: 'How to uninstall KubeSphere and Kubernetes'
|
||||
|
||||
description: 'How to uninstall KubeSphere and Kubernetes.'
|
||||
linkTitle: "Uninstall KubeSphere and Kubernetes"
|
||||
weight: 3500
|
||||
---
|
||||
|
||||
You can delete the cluster by the following command.
|
||||
|
||||
{{< notice tip >}}
|
||||
Uninstall will remove KubeSphere and Kubernetes from your machines. This operation is irreversible and does not have any backup. Please be cautious with the operation.
|
||||
{{</ notice >}}
|
||||
Uninstalling KubeSphere and Kubernetes means they will be removed from your machine. This operation is irreversible and does not have any backup. Please be cautious with the operation.
|
||||
|
||||
- If you started with the quickstart ([all-in-one](../../quick-start/all-in-one-on-linux/)):
|
||||
To delete your cluster, execute the following command.
|
||||
|
||||
- If you installed KubeSphere with the quickstart ([all-in-one](../../quick-start/all-in-one-on-linux/)):
|
||||
|
||||
```bash
|
||||
./kk delete cluster
|
||||
```
|
||||
|
||||
- If you started with the advanced mode ([created with a configuration file](../introduction/multioverview/)):
|
||||
- If you installed KubeSphere with the advanced mode ([created with a configuration file](../introduction/multioverview/#step-3-create-a-cluster)):
|
||||
|
||||
```bash
|
||||
./kk delete cluster [-f config-sample.yaml]
|
||||
|
|
|
|||
Loading…
Reference in New Issue