@@ -211,12 +211,12 @@ to a Kubernetes component, the component may exit with an error.
211
211
<!--
212
212
To configure the API server advertise address for control plane nodes created with both
213
213
`init` and `join`, the flag `--apiserver-advertise-address` can be used.
214
- Preferably, this option can be set in the [kubeadm API](/docs/reference/config-api/kubeadm-config.v1beta3 )
214
+ Preferably, this option can be set in the [kubeadm API](/docs/reference/config-api/kubeadm-config.v1beta4 )
215
215
as `InitConfiguration.localAPIEndpoint` and `JoinConfiguration.controlPlane.localAPIEndpoint`.
216
216
-->
217
217
要为使用 ` init ` 或 ` join ` 创建的控制平面节点配置 API 服务器的公告地址,
218
218
你可以使用 ` --apiserver-advertise-address ` 标志。
219
- 最好在 [ kubeadm API] ( /zh-cn/docs/reference/config-api/kubeadm-config.v1beta3 ) 中使用
219
+ 最好在 [ kubeadm API] ( /zh-cn/docs/reference/config-api/kubeadm-config.v1beta4 ) 中使用
220
220
` InitConfiguration.localAPIEndpoint ` 和 ` JoinConfiguration.controlPlane.localAPIEndpoint `
221
221
来设置此选项。
222
222
@@ -621,14 +621,12 @@ See a list of add-ons that implement the
621
621
622
622
<!--
623
623
Please refer to the [Installing Addons](/docs/concepts/cluster-administration/addons/#networking-and-network-policy)
624
- page for a non-exhaustive list of networking addons supported by Kubernetes.
625
-
624
+ page for a non-exhaustive list of networking addons supported by Kubernetes.
626
625
You can install a Pod network add-on with the following command on the
627
626
control-plane node or a node that has the kubeconfig credentials:
628
627
-->
629
628
请参阅[ 安装插件] ( /zh-cn/docs/concepts/cluster-administration/addons/#networking-and-network-policy ) 页面,
630
629
了解 Kubernetes 支持的网络插件的非详尽列表。
631
-
632
630
你可以使用以下命令在控制平面节点或具有 kubeconfig 凭据的节点上安装 Pod 网络附加组件:
633
631
634
632
``` bash
@@ -1046,13 +1044,13 @@ match the kubeadm version with the versions of the control plane components, kub
1046
1044
kubeadm can be used with Kubernetes components that are the same version as kubeadm
1047
1045
or one version older. The Kubernetes version can be specified to kubeadm by using the
1048
1046
`--kubernetes-version` flag of `kubeadm init` or the
1049
- [`ClusterConfiguration.kubernetesVersion`](/docs/reference/config-api/kubeadm-config.v1beta3 /)
1047
+ [`ClusterConfiguration.kubernetesVersion`](/docs/reference/config-api/kubeadm-config.v1beta4 /)
1050
1048
field when using `--config`. This option will control the versions
1051
1049
of kube-apiserver, kube-controller-manager, kube-scheduler and kube-proxy.
1052
1050
-->
1053
1051
kubeadm 可以与 Kubernetes 组件一起使用,这些组件的版本与 kubeadm 相同,或者比它大一个版本。
1054
1052
Kubernetes 版本可以通过使用 ` --kubeadm init ` 的 ` --kubernetes-version ` 标志或使用 ` --config ` 时的
1055
- [ ` ClusterConfiguration.kubernetesVersion ` ] ( /zh-cn/docs/reference/config-api/kubeadm-config.v1beta3 / )
1053
+ [ ` ClusterConfiguration.kubernetesVersion ` ] ( /zh-cn/docs/reference/config-api/kubeadm-config.v1beta4 / )
1056
1054
字段指定给 kubeadm。
1057
1055
这个选项将控制 kube-apiserver、kube-controller-manager、kube-scheduler 和 kube-proxy 的版本。
1058
1056
0 commit comments