We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba4914f commit 12b9296Copy full SHA for 12b9296
content/zh/docs/setup/production-environment/tools/kubeadm/kubelet-integration.md
@@ -96,7 +96,7 @@ clusterDNS:
96
你可以通过使用 `kubeadm init` 和 `kubeadm join` 命令为 kubelet 提供默认值。
97
有趣的示例包括使用其他 CRI 运行时或通过服务器设置不同的默认子网。
98
99
-如果你想使用子网 `10.96.0.0/12` 作为默认的服务,你可以给 kubeadm 传递 `--service-cidr` 参数:
+如果你想使用子网 `10.96.0.0/12` 作为services的默认网段,你可以给 kubeadm 传递 `--service-cidr` 参数:
100
101
```bash
102
kubeadm init --service-cidr 10.96.0.0/12
0 commit comments