website/content/zh/docs/v4.1/03-installation-and-upgrade/04-uninstall-kubesphere/01-uninstall-kubesphere-onl...
zhuxiujuan28 45d7975e2b add 4.1 docs
Signed-off-by: zhuxiujuan28 <562873187@qq.com>
2024-09-10 16:49:57 +08:00

32 lines
934 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: "仅卸载 KubeSphere"
linkTitle: "仅卸载 KubeSphere"
keywords: "Kubernetes, {ks_product}, 仅卸载{ks_product_left}"
description: "介绍如何卸载{ks_product_left}。"
weight: 01
---
本节介绍如何卸载 KubeSphere Core即卸载{ks_product_left}。当前集群中运⾏的 Kubernetes 将不会被卸载。
// Warning
include::../../../../_ks_components/admonitions/warning.adoc[]
* 虽然此操作不会卸载 Kubernetes如果当前集群中运行的业务使用了{ks_product_both}提供的功能,此操作仍然可能导致业务中断。
* 此操作不能撤销,请谨慎执行此操作。
include::../../../../_ks_components/admonitions/admonEnd.adoc[]
== 前提条件
include::../../../_custom/installationAndUpgrade/installationAndUpgrade-prer-backUpData.adoc[]
== 操作步骤
执行以下命令卸载{ks_product_left}。
[,bash]
----
helm -n kubesphere-system uninstall ks-core
----