From 2b162bbedd13144c4d06212203357bbbfc565c77 Mon Sep 17 00:00:00 2001 From: Felixnoo Date: Wed, 30 Dec 2020 17:43:21 +0800 Subject: [PATCH] wording updated. Signed-off-by: Felixnoo --- content/zh/docs/pluggable-components/events.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/zh/docs/pluggable-components/events.md b/content/zh/docs/pluggable-components/events.md index 8bd067119..d64a4eaaa 100644 --- a/content/zh/docs/pluggable-components/events.md +++ b/content/zh/docs/pluggable-components/events.md @@ -16,9 +16,9 @@ KubeSphere 事件系统使用户能够跟踪集群内部发生的事件,例如 ### 在 Linux 上安装 -当您在 Linux 上多节点安装 KubeSphere 时,需要创建一个配置文件,该文件列出了所有 KubeSphere 组件。 +当您在 Linux 上安装多节点 KubeSphere 时,需要创建一个配置文件,该文件列出了所有 KubeSphere 组件。 -1. 基于[在 Linux 上安装 KubeSphere](../../installing-on-linux/introduction/multioverview/) 的教程,创建一个默认文件 `config-sample.yaml`。通过执行以下命令修改该文件: +1. 基于[在 Linux 上安装 KubeSphere](../../installing-on-linux/introduction/multioverview/) 的教程,您需要创建一个默认文件 `config-sample.yaml`。通过执行以下命令修改该文件: ```bash vi config-sample.yaml