Merge pull request #37022 from Michelle951/michelle09
[zh] sync /kubeadm_init_phase_addon_kube-proxy.mdpull/37028/head
commit
6b5a230598
|
@ -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
|
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
|
||||||
to generate the reference documentation, please read
|
to generate the reference documentation, please read
|
||||||
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
|
[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/)
|
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
|
||||||
guide. You can file document formatting bugs against the
|
guide. You can file document formatting bugs against the
|
||||||
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
|
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
|
||||||
|
@ -111,9 +111,9 @@ kubeadm init phase addon kube-proxy [flags]
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<!--
|
<!--
|
||||||
--image-repository string Default: "k8s.gcr.io"
|
--image-repository string Default: "registry.k8s.io"
|
||||||
-->
|
-->
|
||||||
--image-repository string 默认值:"k8s.gcr.io"
|
--image-repository string 默认值:"registry.k8s.io"
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -171,6 +171,17 @@ kubeadm init phase addon kube-proxy [flags]
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue