From 2e920255932e39889fa6cbd304efe6981ae2d2c7 Mon Sep 17 00:00:00 2001 From: Sherlock113 Date: Thu, 10 Dec 2020 17:09:14 +0800 Subject: [PATCH] Update uninstalling file wording Signed-off-by: Sherlock113 --- .../uninstall-kubesphere-and-Kubernetes.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md b/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md index 26441c13c..dac252827 100644 --- a/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md +++ b/content/en/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md @@ -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. -{{}} +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]