diff --git a/docs/setup/config.md b/docs/setup/config.md index 70fa6908e2..2b42a62d5f 100644 --- a/docs/setup/config.md +++ b/docs/setup/config.md @@ -92,12 +92,13 @@ Node registration can be completed in two ways: #### Node - Automatic Registration -Edge node can be registered automatically if the value of field `modules.edged.registerNode` in edgecore's [config](#create-and-set-edgecore-config-file) is set to true. +Edge node can be registered automatically if the value of field `modules.edged.tailoredKubeletConfig.registerNode` in edgecore's [config](#create-and-set-edgecore-config-file) is set to true. ```yaml modules: edged: - registerNode: true + tailoredKubeletConfig: + registerNode: true ``` #### Node - Manual Registration diff --git a/i18n/zh/docusaurus-plugin-content-docs/current/setup/config.md b/i18n/zh/docusaurus-plugin-content-docs/current/setup/config.md index 2c13b78514..8a0e6fff9a 100644 --- a/i18n/zh/docusaurus-plugin-content-docs/current/setup/config.md +++ b/i18n/zh/docusaurus-plugin-content-docs/current/setup/config.md @@ -93,12 +93,13 @@ vim /etc/kubeedge/config/cloudcore.yaml #### 节点 - 自动注册 -如果 edgecore 的[配置](#创建并设置Edgecore配置文件) 中的`modules.edged.registerNode` 设置为true,Edge节点则会自动注册。 +如果 edgecore 的[配置](#创建并设置Edgecore配置文件) 中的`modules.edged.tailoredKubeletConfig.registerNode` 设置为true,Edge节点则会自动注册。 ```yaml modules: edged: - registerNode: true + tailoredKubeletConfig: + registerNode: true ``` #### 节点 - 手动注册