diff --git a/content/zh/docs/reference/config-api/kubeadm-config.v1beta3.md b/content/zh/docs/reference/config-api/kubeadm-config.v1beta3.md index c51bf4a3ef..2a53c835db 100644 --- a/content/zh/docs/reference/config-api/kubeadm-config.v1beta3.md +++ b/content/zh/docs/reference/config-api/kubeadm-config.v1beta3.md @@ -78,7 +78,7 @@ BootstrapToken∗ 结构。

类型 `ClusterConfiguration` 用来定制集群范围的设置,具体包括以下设置:

apiVersion: kubeproxy.config.k8s.io/v1alpha1
@@ -471,9 +476,9 @@ node only (e.g. the node ip).

- networking 字段包含集群的网络拓扑配置。 +

networking 字段包含集群的网络拓扑配置。

kubernetesVersion
@@ -495,8 +500,8 @@ node only (e.g. the node ip).

It can be a valid IP address or a RFC-1123 DNS subdomain, both with optional TCP port. In case the controlPlaneEndpoint is not specified, the advertiseAddress + bindPort are used; in case the controlPlaneEndpoint is specified but without a TCP port, -the `bindPort` is used. -Possible usages are:

+the bindPort is used. +Possible usages are:

-->

controlPlaneEndpoint 为控制面设置一个稳定的 IP 地址或 DNS 名称。 取值可以是一个合法的 IP 地址或者 RFC-1123 形式的 DNS 子域名,二者均可以带一个 @@ -768,7 +773,7 @@ Defaults to "/etc/kubernetes/pki/ca.crt".

-discovery [必需]-->[必需]
+discovery [必需]
Discovery @@ -1032,7 +1037,7 @@ impersonate the control-plane. -ControlPlaneComponent 中包含对集群中所有控制面组件都适用的设置。 +

ControlPlaneComponent 中包含对集群中所有控制面组件都适用的设置。

@@ -1080,16 +1085,20 @@ without leading dash(es). -DNS 结构定义要在集群中使用的 DNS 插件。 +

DNS 结构定义要在集群中使用的 DNS 插件。

字段描述
- -
字段描述
ImageMeta [必需]-->[必需]
+
ImageMeta [必需]
ImageMeta
ImageMeta 的成员被内嵌到此类型中)。 + + +(ImageMeta 的成员被内嵌到此类型中)。

-Discovery 设置 TLS 启动引导过程中 kubelet 要使用的配置选项。 +

Discovery 设置 TLS 启动引导过程中 kubelet 要使用的配置选项。

@@ -1194,7 +1203,7 @@ does not contain any other authentication information -Etcd 包含用来描述 etcd 配置的元素。 +

Etcd 包含用来描述 etcd 配置的元素。

字段描述
@@ -1244,14 +1253,15 @@ Etcd 包含用来描述 etcd 配置的元素。 ExternalEtcd describes an external etcd cluster. Kubeadm has no knowledge of where certificate files live and they must be supplied. --> -ExternalEtcd 描述外部 etcd 集群。 +

ExternalEtcd 描述外部 etcd 集群。 kubeadm 不清楚证书文件的存放位置,因此必须单独提供证书信息。 +

字段描述
- - - @@ -1782,7 +1796,7 @@ for, so other administrators can know its purpose.
字段描述
endpoints [必需]-->[必需]
+
endpoints [必需]
[]string
@@ -1261,7 +1271,7 @@ kubeadm 不清楚证书文件的存放位置,因此必须单独提供证书信

endpoints 包含一组 etcd 成员的列表。

caFile [必需]-->[必需]
+
caFile [必需]
string
@@ -1498,7 +1508,11 @@ Secret 中的证书的秘钥。对应的加密秘钥在 InitConfiguration 结构
ImageMeta [必需]
ImageMeta
ImageMeta 结构的字段被嵌入到此类型中。) + + +(ImageMeta 结构的字段被嵌入到此类型中。)

ImageMeta 允许用户为 etcd 定制要使用的容器。

ttl
-meta/v1.Duration +meta/v1.Duration
+dynamically at runtime based on the ttl. expires and ttl are mutually exclusive.

-->

expires 设置此令牌过期的时间戳。默认为在运行时基于 ttl 来决定。 expiresttl 是互斥的。