mirror of
https://github.com/kubesphere/website.git
synced 2025-12-25 15:32:54 +00:00
32 lines
934 B
Plaintext
32 lines
934 B
Plaintext
---
|
||
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
|
||
---- |