From 242cbf3648f980e49785de491d4d73654dbd8ac0 Mon Sep 17 00:00:00 2001 From: serenashe Date: Tue, 11 May 2021 14:25:49 +0800 Subject: [PATCH] Update uninstall-ks-and-k8s-zh (#1536) * Update uninstall-ks-and-k8s-zh Signed-off-by: adakisme * File modified. Signed-off-by: adakisme --- .../uninstall-kubesphere-and-Kubernetes.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md b/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md index 1249ce293..9358151e6 100644 --- a/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md +++ b/content/zh/docs/installing-on-linux/uninstall-kubesphere-and-Kubernetes.md @@ -1,27 +1,22 @@ --- title: "卸载 KubeSphere 和 Kubernetes" -keywords: 'kubernetes, kubesphere, uninstalling, remove-cluster' -description: '从机器上删除 KubeSphere 和 Kubernetes。' - - +keywords: 'kubernetes, kubesphere, 卸载, 移除集群' +description: '从机器上移除 KubeSphere 和 Kubernetes。' +linkTitle: "卸载 KubeSphere 和 Kubernetes" weight: 3700 --- -您可以通过以下命令删除集群。 +卸载 KubeSphere 和 Kubernetes 意味着将其从您的机器上移除。该操作不可逆,且不会进行任何备份。请谨慎操作。 -{{< notice tip >}} +如需删除集群,请执行以下命令。 -卸载将会从计算机中删除 KubeSphere 和 Kubernetes。此操作是不可逆的,没有任何自动备份,请谨慎操作。 - -{{}} - -- 如果是按照快速入门([all-in-one](../../quick-start/all-in-one-on-linux/))安装的集群,则可以用下面的命令直接删除: +- 如果是按照快速入门 ([All-in-One](../../quick-start/all-in-one-on-linux/)) 安装的 KubeSphere: ```bash ./kk delete cluster ``` -- 如果用高级模式安装的集群([使用配置文件创建](../introduction/multioverview/)): +- 如果是使用高级模式安装的 KubeSphere([使用配置文件创建](../introduction/multioverview/)): ```bash ./kk delete cluster [-f config-sample.yaml]