Skip to content

Commit dacc1ed

Browse files
authored
Merge pull request #27352 from wwgfhf/master-kubelet-integration
Update zh translation in kubelet-integration.md
2 parents acf2e99 + 12b9296 commit dacc1ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ For more details on the `KubeletConfiguration` have a look at [this section](#co
9696
你可以通过使用 `kubeadm init``kubeadm join` 命令为 kubelet 提供默认值。
9797
有趣的示例包括使用其他 CRI 运行时或通过服务器设置不同的默认子网。
9898

99-
如果你想使用子网 `10.96.0.0/12` 作为默认的服务,你可以给 kubeadm 传递 `--service-cidr` 参数:
99+
如果你想使用子网 `10.96.0.0/12` 作为services的默认网段,你可以给 kubeadm 传递 `--service-cidr` 参数:
100100

101101
```bash
102102
kubeadm init --service-cidr 10.96.0.0/12

0 commit comments

Comments
 (0)