Skip to content

Commit 12b9296

Browse files
authored
Update kubelet-integration.md
1 parent ba4914f commit 12b9296

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 @@ clusterDNS:
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)