Skip to content

Commit 152082f

Browse files
authored
Merge pull request #30454 from mayocream/patch-2
[zh] Sync changes in 使用 kubeadm API 定制组件
2 parents e0ffcf9 + ae61db3 commit 152082f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/zh/docs/setup/production-environment/tools/kubeadm/control-plane-flags.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ weight: 40
1717

1818
<!--
1919
This page covers how to customize the components that kubeadm deploys. For control plane components
20-
you can use flags in the `ClusteConfiguration` structure or patches per-node. For the kubelet
20+
you can use flags in the `ClusterConfiguration` structure or patches per-node. For the kubelet
2121
and kube-proxy you can use `KubeletConfiguration` and `KubeProxyConfiguration`, accordingly.
2222
2323
All of these options are possible via the kubeadm configuration API.
2424
For more details on each field in the configuration you can navigate to our
25-
[API reference pages](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3).
25+
[API reference pages](/docs/reference/config-api/kubeadm-config.v1beta3/).
2626
-->
2727
本页面介绍了如何自定义 kubeadm 部署的组件。
28-
你可以使用 `ClusteConfiguration` 结构中定义的参数,或者在每个节点上应用补丁来定制控制平面组件。
28+
你可以使用 `ClusterConfiguration` 结构中定义的参数,或者在每个节点上应用补丁来定制控制平面组件。
2929
你可以使用 `KubeletConfiguration``KubeProxyConfiguration` 结构分别定制 kubelet 和 kube-proxy 组件。
3030

3131
所有这些选项都可以通过 kubeadm 配置 API 实现。
@@ -332,7 +332,7 @@ For more details see [Configuring each kubelet in your cluster using kubeadm](/d
332332
To customize kube-proxy you can pass a `KubeProxyConfiguration` next your `ClusterConfiguration` or
333333
`InitConfiguration` to `kubeadm init` separated by `---`.
334334

335-
For more details you can navigate to our [API reference pages](https://godoc.org/k8s.io/kubernetes/cmd/kubeadm/app/apis/kubeadm/v1beta3).
335+
For more details you can navigate to our [API reference pages](/docs/reference/config-api/kubeadm-config.v1beta3/).
336336
-->
337337
## 自定义 kube-proxy {#customizing-kube-proxy}
338338

0 commit comments

Comments
 (0)