Skip to content

Commit b842660

Browse files
authored
Merge pull request #39560 from mengjiao-liu/sync-kubeadm-init-phase
[zh-cn] Resync kubeadm_init_phase_control-plane_scheduler.md
2 parents f04dd84 + 7aae1ad commit b842660

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_init_phase_control-plane_scheduler.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The file is auto-generated from the Go source code of the component using a gene
33
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
44
to generate the reference documentation, please read
55
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6-
To update the reference conent, please follow the
6+
To update the reference content, please follow the
77
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
88
guide. You can file document formatting bugs against the
99
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
@@ -96,9 +96,9 @@ kubeadm init phase control-plane scheduler [flags]
9696
<tr>
9797
<td colspan="2">
9898
<!--
99-
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "k8s.gcr.io"
99+
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "registry.k8s.io"
100100
-->
101-
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"k8s.gcr.io"
101+
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"registry.k8s.io"
102102
</td>
103103
</tr>
104104
<tr>
@@ -132,10 +132,11 @@ kubeadm init phase control-plane scheduler [flags]
132132
</tr>
133133
<tr>
134134
<td></td><td style="line-height: 130%; word-wrap: break-word;">
135-
<!--Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.-->
135+
<!--Path to a directory that contains files named "target[suffix][+patchtype].extension". For example, "kube-apiserver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-apiserver", "kube-controller-manager", "kube-scheduler", "etcd", "kubeletconfiguration". "patchtype" can be one of "strategic", "merge" or "json" and they match the patch formats supported by kubectl. The default "patchtype" is "strategic". "extension" must be either "json" or "yaml". "suffix" is an optional string that can be used to determine which patches are applied first alpha-numerically.-->
136136
包含名为 "target[suffix][+patchtype].extension" 的文件的目录。
137137
例如,"kube-apiserver0+merge.yaml" 或者 "etcd.json"。
138-
"patchtype" 可以是 "strategic"、"merge" 或 "json" 之一,分别与 kubectl
138+
"target" 可以是 "kube-apiserver"、"kube-controller-manager"、"kube-scheduler"、"etcd"、"kubeletconfiguration" 之一。
139+
"patchtype" 可以是 "strategic"、"merge"、"json" 之一,分别与 kubectl
139140
所支持的 patch 格式相匹配。默认的 "patchtype" 是 "strategic"。
140141
"extension" 必须是 "json" 或 "yaml"。
141142
"suffix" 是一个可选的字符串,用来确定按字母顺序排序时首先应用哪些 patch。

0 commit comments

Comments
 (0)