Merge pull request #27352 from wwgfhf/master-kubelet-integration

Update zh translation in kubelet-integration.md
pull/27930/head
Kubernetes Prow Robot 2021-05-09 17:34:48 -07:00 committed by GitHub
commit dacc1edb63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ For more details on the `KubeletConfiguration` have a look at [this section](#co
你可以通过使用 `kubeadm init``kubeadm join` 命令为 kubelet 提供默认值。
有趣的示例包括使用其他 CRI 运行时或通过服务器设置不同的默认子网。
如果你想使用子网 `10.96.0.0/12` 作为默认的服务,你可以给 kubeadm 传递 `--service-cidr` 参数:
如果你想使用子网 `10.96.0.0/12` 作为services的默认网段,你可以给 kubeadm 传递 `--service-cidr` 参数:
```bash
kubeadm init --service-cidr 10.96.0.0/12