Skip to content

Commit

Permalink
Merge branch 'kubeedge:master' into trans_en_to_cn_part_2
Browse files Browse the repository at this point in the history
  • Loading branch information
magichan authored Aug 26, 2024
2 parents a9d170e + 3ca962d commit 05cd789
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
5 changes: 3 additions & 2 deletions docs/setup/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/setup/install-with-binary.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Deploying KubeEdge with binary is used to test, never use this way in production
### Create CRDs

```shell
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1alpha2_device.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1alpha2_devicemodel.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1beta1_device.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/devices/devices_v1beta1_devicemodel.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/reliablesyncs/cluster_objectsync_v1alpha1.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/reliablesyncs/objectsync_v1alpha1.yaml
kubectl apply -f https://raw.githubusercontent.com/kubeedge/kubeedge/master/build/crds/router/router_v1_ruleEndpoint.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

#### 节点 - 手动注册
Expand Down

0 comments on commit 05cd789

Please sign in to comment.