Skip to content

Commit

Permalink
Merge pull request kubernetes#27352 from wwgfhf/master-kubelet-integr…
Browse files Browse the repository at this point in the history
…ation

Update zh translation in kubelet-integration.md
  • Loading branch information
k8s-ci-robot authored May 10, 2021
2 parents acf2e99 + 12b9296 commit dacc1ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dacc1ed

Please sign in to comment.