|
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 conent, 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 |
| -Run upgrade node pre-flight checks |
14 |
| ---> |
15 |
| -执行升级节点的预检 |
16 |
| - |
17 |
| -<!-- ### Synopsis --> |
18 |
| -### 概要 |
19 |
| - |
20 |
| - |
21 |
| -<!-- Run pre-flight checks for kubeadm upgrade node. --> |
22 |
| - |
23 |
| -执行 kubeadm 升级节点的预检。 |
24 |
| - |
25 |
| -``` |
26 |
| -kubeadm upgrade node phase preflight [flags] |
27 |
| -``` |
28 |
| - |
29 |
| -<!-- |
30 |
| -### Options |
31 |
| ---> |
32 |
| -### 选项 |
33 |
| - |
34 |
| - <table style="width: 100%; table-layout: fixed;"> |
35 |
| -<colgroup> |
36 |
| -<col span="1" style="width: 10px;" /> |
37 |
| -<col span="1" /> |
38 |
| -</colgroup> |
39 |
| -<tbody> |
40 |
| - |
41 |
| -<tr> |
42 |
| -<td colspan="2">-h, --help</td> |
43 |
| -</tr> |
44 |
| -<tr> |
45 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">help for preflight</td> --> |
46 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>preflight 操作的帮助命令</p></td> |
47 |
| -</tr> |
48 |
| - |
49 |
| -<tr> |
50 |
| -<td colspan="2">--ignore-preflight-errors strings</td> |
51 |
| -</tr> |
52 |
| -<tr> |
53 |
| -<!-- |
54 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;">A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</td> |
55 |
| ---> |
56 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>错误将显示为警告的检查清单。示例:'IsPrivilegedUser,Swap'。值为'all'表示忽略所有检查的错误。</p></td> |
57 |
| -</tr> |
58 |
| - |
59 |
| -</tbody> |
60 |
| -</table> |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| -<!-- |
65 |
| -### Options inherited from parent commands |
66 |
| ---> |
67 |
| -### 继承于父命令的选项 |
68 |
| - |
69 |
| - <table style="width: 100%; table-layout: fixed;"> |
70 |
| -<colgroup> |
71 |
| -<col span="1" style="width: 10px;" /> |
72 |
| -<col span="1" /> |
73 |
| -</colgroup> |
74 |
| -<tbody> |
75 |
| - |
76 |
| -<tr> |
77 |
| -<td colspan="2">--rootfs string</td> |
78 |
| -</tr> |
79 |
| -<tr> |
80 |
| -<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">[EXPERIMENTAL] The path to the 'real' host root filesystem.</td> --> |
81 |
| -<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td> |
82 |
| -</tr> |
83 |
| - |
84 |
| -</tbody> |
85 |
| -</table> |
| 1 | +<!-- |
| 2 | +Run upgrade node pre-flight checks |
| 3 | +--> |
| 4 | +执行升级节点的预检 |
| 5 | + |
| 6 | +<!-- |
| 7 | +### Synopsis |
| 8 | +--> |
| 9 | +### 概要 |
| 10 | + |
| 11 | +<!-- |
| 12 | +Run pre-flight checks for kubeadm upgrade node. |
| 13 | +--> |
| 14 | +执行 kubeadm 升级节点的预检。 |
| 15 | + |
| 16 | +``` |
| 17 | +kubeadm upgrade node phase preflight [flags] |
| 18 | +``` |
| 19 | + |
| 20 | +<!-- |
| 21 | +### Options |
| 22 | +--> |
| 23 | +### 选项 |
| 24 | + |
| 25 | +<table style="width: 100%; table-layout: fixed;"> |
| 26 | +<colgroup> |
| 27 | +<col span="1" style="width: 10px;" /> |
| 28 | +<col span="1" /> |
| 29 | +</colgroup> |
| 30 | +<tbody> |
| 31 | + |
| 32 | +<tr> |
| 33 | +<td colspan="2">-h, --help</td> |
| 34 | +</tr> |
| 35 | +<tr> |
| 36 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">help for preflight</td> --> |
| 37 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>preflight 操作的帮助命令</p></td> |
| 38 | +</tr> |
| 39 | + |
| 40 | +<tr> |
| 41 | +<td colspan="2">--ignore-preflight-errors strings</td> |
| 42 | +</tr> |
| 43 | +<tr> |
| 44 | +<!-- |
| 45 | +<td></td><td style="line-height: 130%; word-wrap: break-word;">A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.</td> |
| 46 | +--> |
| 47 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>错误将显示为警告的检查清单。示例:'IsPrivilegedUser,Swap'。值为'all'表示忽略所有检查的错误。</p></td> |
| 48 | +</tr> |
| 49 | + |
| 50 | +</tbody> |
| 51 | +</table> |
| 52 | + |
| 53 | +<!-- |
| 54 | +### Options inherited from parent commands |
| 55 | +--> |
| 56 | +### 继承于父命令的选项 |
| 57 | + |
| 58 | +<table style="width: 100%; table-layout: fixed;"> |
| 59 | +<colgroup> |
| 60 | +<col span="1" style="width: 10px;" /> |
| 61 | +<col span="1" /> |
| 62 | +</colgroup> |
| 63 | +<tbody> |
| 64 | + |
| 65 | +<tr> |
| 66 | +<td colspan="2">--rootfs string</td> |
| 67 | +</tr> |
| 68 | +<tr> |
| 69 | +<!-- <td></td><td style="line-height: 130%; word-wrap: break-word;">[EXPERIMENTAL] The path to the 'real' host root filesystem.</td> --> |
| 70 | +<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>[实验] 到'真实'主机根文件系统的路径。</p></td> |
| 71 | +</tr> |
| 72 | + |
| 73 | +</tbody> |
| 74 | +</table> |
| 75 | + |
0 commit comments