|
| 1 | +<!-- |
| 2 | +The file is auto-generated from the Go source code of the component using a generic |
| 3 | +[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how |
| 4 | +to generate the reference documentation, please read |
| 5 | +[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/). |
| 6 | +To update the reference content, please follow the |
| 7 | +[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/) |
| 8 | +guide. You can file document formatting bugs against the |
| 9 | +[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project. |
| 10 | +--> |
| 11 | + |
| 12 | +<!-- |
| 13 | +Show the join command for control-plane and worker node |
| 14 | +--> |
| 15 | +显示针对控制平面和工作节点的 join 命令。 |
| 16 | + |
| 17 | +<!-- |
| 18 | +### Synopsis |
| 19 | +--> |
| 20 | +### 概要 |
| 21 | + |
| 22 | +<!-- |
| 23 | +Show the join command for control-plane and worker node |
| 24 | +--> |
| 25 | +显示针对控制平面和工作节点的 join 命令。 |
| 26 | + |
| 27 | +``` |
| 28 | +kubeadm init phase show-join-command [flags] |
| 29 | +``` |
| 30 | + |
| 31 | +<!-- |
| 32 | +### Options |
| 33 | +--> |
| 34 | +### 选项 |
| 35 | + |
| 36 | + <table style="width: 100%; table-layout: fixed;"> |
| 37 | +<colgroup> |
| 38 | +<col span="1" style="width: 10px;" /> |
| 39 | +<col span="1" /> |
| 40 | +</colgroup> |
| 41 | +<tbody> |
| 42 | + |
| 43 | +<tr> |
| 44 | +<td colspan="2">-h, --help</td> |
| 45 | +</tr> |
| 46 | +<tr> |
| 47 | +<td> |
| 48 | +</td> |
| 49 | +<td style="line-height: 130%; word-wrap: break-word;"> |
| 50 | +<!-- |
| 51 | +help for show-join-command |
| 52 | +--> |
| 53 | +<p> |
| 54 | +show-join-command 操作的帮助命令 |
| 55 | +</p> |
| 56 | +</td> |
| 57 | +</tr> |
| 58 | + |
| 59 | +</tbody> |
| 60 | +</table> |
| 61 | + |
| 62 | +<!-- |
| 63 | +### Options inherited from parent commands |
| 64 | +--> |
| 65 | +### 从父命令继承的选项 |
| 66 | + |
| 67 | + <table style="width: 100%; table-layout: fixed;"> |
| 68 | +<colgroup> |
| 69 | +<col span="1" style="width: 10px;" /> |
| 70 | +<col span="1" /> |
| 71 | +</colgroup> |
| 72 | +<tbody> |
| 73 | + |
| 74 | +<tr> |
| 75 | +<td colspan="2">--rootfs string</td> |
| 76 | +</tr> |
| 77 | +<tr> |
| 78 | +<td> |
| 79 | +</td> |
| 80 | +<td style="line-height: 130%; word-wrap: break-word;"> |
| 81 | +<!-- |
| 82 | +[EXPERIMENTAL] The path to the 'real' host root filesystem. |
| 83 | +--> |
| 84 | +<p> |
| 85 | +[实验] 到 '真实' 主机根文件系统的路径。 |
| 86 | +</p> |
| 87 | +</td> |
| 88 | +</tr> |
| 89 | + |
| 90 | +</tbody> |
| 91 | +</table> |
| 92 | + |
| 93 | + |
| 94 | + |
0 commit comments