Skip to content

Commit a89daa9

Browse files
authored
Merge pull request #33484 from nameYULI/yl8
[zh]Update content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md
2 parents f7d8414 + bf972d2 commit a89daa9

File tree

1 file changed

+30
-5
lines changed

1 file changed

+30
-5
lines changed

content/zh/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_addon_coredns.md

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<!--
2+
Install the CoreDNS addon to a Kubernetes cluster
3+
-->
4+
将 CoreDNS 插件安装到 Kubernetes 集群
15

26
<!--
37
### Synopsis
@@ -34,9 +38,11 @@ kubeadm init phase addon coredns [flags]
3438
<tr>
3539
<td></td><td style="line-height: 130%; word-wrap: break-word;">
3640
<!--
37-
Path to kubeadm config file.
41+
Path to a kubeadm configuration file.
3842
-->
43+
<p>
3944
kubeadm 配置文件的路径。
45+
</p>
4046
</td>
4147
</tr>
4248

@@ -46,9 +52,14 @@ kubeadm 配置文件的路径。
4652
<tr>
4753
<td></td><td style="line-height: 130%; word-wrap: break-word;">
4854
<!--
49-
A set of key=value pairs that describe feature gates for various features. Options are:<br/>IPv6DualStack=true|false (ALPHA - default=false)
55+
A set of key=value pairs that describe feature gates for various features. Options are:<br/>PublicKeysECDSA=true|false (ALPHA - default=false)<br/>RootlessControlPlane=true|false (ALPHA - default=false)<br/>UnversionedKubeletConfigMap=true|false (BETA - default=true)
5056
-->
51-
一组用来描述各种功能特性的键值(key=value)对。选项是:<br/>IPv6DualStack=true|false (ALPHA - 默认值=false)
57+
<p>
58+
一组用来描述各种功能特性的键值(key=value)对。选项是:
59+
<br/>PublicKeysECDSA=true|false (ALPHA - 默认值=false)
60+
<br/>RootlessControlPlane=true|false (ALPHA - 默认值=false)
61+
<br/>UnversionedKubeletConfigMap=true|false (BETA - 默认值=true)
62+
</p>
5263
</td>
5364
</tr>
5465

@@ -58,7 +69,9 @@ A set of key=value pairs that describe feature gates for various features. Optio
5869
<tr>
5970
<td></td><td style="line-height: 130%; word-wrap: break-word;">
6071
<!-- help for coredns -->
72+
<p>
6173
coredns 操作的帮助命令
74+
</p>
6275
</td>
6376
</tr>
6477

@@ -75,7 +88,9 @@ coredns 操作的帮助命令
7588
<!--
7689
Choose a container registry to pull control plane images from
7790
-->
91+
<p>
7892
选择用于拉取控制平面镜像的容器仓库
93+
</p>
7994
</td>
8095
</tr>
8196

@@ -92,7 +107,9 @@ Choose a container registry to pull control plane images from
92107
<!--
93108
The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
94109
-->
110+
<p>
95111
与集群通信时使用的 kubeconfig 文件。如果未设置该参数,则可以在一组标准位置中搜索现有的 kubeconfig 文件。
112+
</p>
96113
</td>
97114
</tr>
98115

@@ -107,7 +124,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
107124
<tr>
108125
<td></td><td style="line-height: 130%; word-wrap: break-word;">
109126
<!-- Choose a specific Kubernetes version for the control plane. -->
127+
<p>
110128
为控制平面选择特定的 Kubernetes 版本。
129+
</p>
111130
</td>
112131
</tr>
113132

@@ -122,7 +141,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
122141
<tr>
123142
<td></td><td style="line-height: 130%; word-wrap: break-word;">
124143
<!-- Use alternative range of IP address for service VIPs. -->
144+
<p>
125145
为服务 VIP 选择 IP 地址范围。
146+
</p>
126147
</td>
127148
</tr>
128149

@@ -136,8 +157,10 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
136157
</tr>
137158
<tr>
138159
<td></td><td style="line-height: 130%; word-wrap: break-word;">
139-
<!-- Use alternative domain for services, e.g. "myorg.internal". -->
140-
服务使用其它的域名,例如:"myorg.internal"。
160+
<!-- Use alternative domain for services, e.g. &quot;myorg.internal&quot;. -->
161+
<p>
162+
为服务使用其它域名,例如:&quot;myorg.internal&quot;
163+
</p>
141164
</td>
142165
</tr>
143166

@@ -167,7 +190,9 @@ The kubeconfig file to use when talking to the cluster. If the flag is not set,
167190
<!--
168191
[EXPERIMENTAL] The path to the 'real' host root filesystem.
169192
-->
193+
<p>
170194
[实验] 到 '真实' 主机根文件系统的路径。
195+
</p>
171196
</td>
172197
</tr>
173198

0 commit comments

Comments
 (0)