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` 用来定制集群范围的设置,具体包括以下设置:
networking:其中包含集群的网络拓扑配置。使用这一部分可以定制 Pod 的
-子网或者 Service 的子网。networking:其中包含集群的网络拓扑配置。使用这一部分可以定制 Pod 的
+子网或者 Service 的子网。
etcd:etcd 数据库的配置。例如使用这个部分可以定制本地 etcd 或者配置 API 服务器
-使用一个外部的 etcd 集群。kube-apiserver、kube-scheduler、kube-controller-manager
-配置:这些部分可以通过添加定制的设置或者重载 kubeadm 的默认设置来定制控制面组件。etcd:etcd 数据库的配置。例如使用这个部分可以定制本地 etcd 或者配置 API 服务器
+使用一个外部的 etcd 集群。
kube-apiserver、kube-scheduler、kube-controller-manager
+配置:这些部分可以通过添加定制的设置或者重载 kubeadm 的默认设置来定制控制面组件。
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 thecontrolPlaneEndpointis not specified, theadvertiseAddress+bindPortare used; in case thecontrolPlaneEndpointis specified but without a TCP port, -the `bindPort` is used. -Possible usages are:+the
-->bindPortis 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 不清楚证书文件的存放位置,因此必须单独提供证书信息。 +
- 字段 描述 endpoints[必需]-->[必需]
+- endpoints[必需]
[]string@@ -1261,7 +1271,7 @@ kubeadm 不清楚证书文件的存放位置,因此必须单独提供证书信
endpoints包含一组 etcd 成员的列表。caFile[必需]-->[必需]
+caFile[必需]
string@@ -1498,7 +1508,11 @@ Secret 中的证书的秘钥。对应的加密秘钥在 InitConfiguration 结构 - ImageMeta[必需]
ImageMeta( ImageMeta结构的字段被嵌入到此类型中。) ++ +( @@ -1782,7 +1796,7 @@ for, so other administrators can know its purpose.ImageMeta结构的字段被嵌入到此类型中。)ImageMeta 允许用户为 etcd 定制要使用的容器。
ttl
-meta/v1.Duration+meta/v1.Duration+dynamically at runtime based on the ttl.expiresandttlare mutually exclusive.-->
expires设置此令牌过期的时间戳。默认为在运行时基于ttl来决定。expires和ttl是互斥的。