Merge pull request #37022 from Michelle951/michelle09

[zh] sync /kubeadm_init_phase_addon_kube-proxy.md
pull/37028/head
Kubernetes Prow Robot 2022-09-25 23:31:46 -07:00 committed by GitHub
commit 6b5a230598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 3 deletions

View File

@ -3,7 +3,7 @@ The file is auto-generated from the Go source code of the component using a gene
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
to generate the reference documentation, please read
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
To update the reference conent, please follow the
To update the reference content, please follow the
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
@ -111,9 +111,9 @@ kubeadm init phase addon kube-proxy [flags]
<tr>
<td colspan="2">
<!--
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "k8s.gcr.io"
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "registry.k8s.io"
-->
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"k8s.gcr.io"
--image-repository string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"registry.k8s.io"
</td>
</tr>
<tr>
@ -171,6 +171,17 @@ kubeadm init phase addon kube-proxy [flags]
</td>
</tr>
<tr>
<td colspan="2">--print-manifest</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
<!--Print the addon manifests to STDOUT instead of installing them
-->
向 STDOUT 打印插件清单,而非安装这些插件
</p></td>
</tr>
</tbody>
</table>