File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/zh/docs/setup/production-environment/tools/kubeadm Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ weight: 40
17
17
18
18
<!--
19
19
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
21
21
and kube-proxy you can use `KubeletConfiguration` and `KubeProxyConfiguration`, accordingly.
22
22
23
23
All of these options are possible via the kubeadm configuration API.
24
24
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/ ).
26
26
-->
27
27
本页面介绍了如何自定义 kubeadm 部署的组件。
28
- 你可以使用 ` ClusteConfiguration ` 结构中定义的参数,或者在每个节点上应用补丁来定制控制平面组件。
28
+ 你可以使用 ` ClusterConfiguration ` 结构中定义的参数,或者在每个节点上应用补丁来定制控制平面组件。
29
29
你可以使用 ` KubeletConfiguration ` 和 ` KubeProxyConfiguration ` 结构分别定制 kubelet 和 kube-proxy 组件。
30
30
31
31
所有这些选项都可以通过 kubeadm 配置 API 实现。
@@ -332,7 +332,7 @@ For more details see [Configuring each kubelet in your cluster using kubeadm](/d
332
332
To customize kube-proxy you can pass a `KubeProxyConfiguration` next your `ClusterConfiguration` or
333
333
` InitConfiguration` to `kubeadm init` separated by `---`.
334
334
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/ ).
336
336
-->
337
337
# # 自定义 kube-proxy {#customizing-kube-proxy}
338
338
You can’t perform that action at this time.
0 commit comments