From 831f10b4ae9fce83e0e6dd67184529dcf642ce67 Mon Sep 17 00:00:00 2001 From: serenashe Date: Mon, 22 Nov 2021 11:15:58 +0800 Subject: [PATCH] Fix serial number error Signed-off-by: serenashe --- .../docs/pluggable-components/uninstall-pluggable-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/docs/pluggable-components/uninstall-pluggable-components.md b/content/zh/docs/pluggable-components/uninstall-pluggable-components.md index aab6c5fc9..de36ca6bc 100644 --- a/content/zh/docs/pluggable-components/uninstall-pluggable-components.md +++ b/content/zh/docs/pluggable-components/uninstall-pluggable-components.md @@ -137,7 +137,7 @@ kubectl -n kubesphere-system edit clusterconfiguration ks-installer ## 卸载 KubeSphere 告警系统 -2. 将 CRD `ClusterConfiguration` 配置文件中 `ks-installer` 参数的 `alerting.enabled` 字段的值从 `true` 改为 `false`。 +1. 将 CRD `ClusterConfiguration` 配置文件中 `ks-installer` 参数的 `alerting.enabled` 字段的值从 `true` 改为 `false`。 2. 运行以下命令: