File tree Expand file tree Collapse file tree 1 file changed +117
-0
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade Expand file tree Collapse file tree 1 file changed +117
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!--
2
+ Run post upgrade tasks
3
+ -->
4
+ 运行升级后的任务
5
+
6
+ ### Synopsis
7
+
8
+ <!--
9
+ Run post upgrade tasks
10
+ -->
11
+ 运行升级后的任务
12
+
13
+ ``` shell
14
+ kubeadm upgrade node phase post-upgrade [flags]
15
+ ```
16
+
17
+ ### Options
18
+
19
+ <table style =" width : 100% ; table-layout : fixed ;" >
20
+ <colgroup >
21
+ <col span =" 1 " style =" width : 10px ;" />
22
+ <col span =" 1 " />
23
+ </colgroup >
24
+ <tbody >
25
+
26
+ <tr >
27
+ <td colspan =" 2 " >--config string</td >
28
+ </tr >
29
+ <tr >
30
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
31
+ <!--
32
+ Path to a kubeadm configuration file.
33
+ -->
34
+ <p >
35
+ 配置文件的路径。
36
+ </p >
37
+ </td >
38
+ </tr >
39
+
40
+ <tr >
41
+ <td colspan =" 2 " >--dry-run</td >
42
+ </tr >
43
+ <tr >
44
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
45
+ <p >
46
+ <!--
47
+ Do not change any state, just output the actions that would be performed.
48
+ -->
49
+ 不改变任何状态,只输出将要执行的操作。
50
+ </p >
51
+ </td >
52
+ </tr >
53
+
54
+ <tr >
55
+ <td colspan =" 2 " >-h, --help</td >
56
+ </tr >
57
+ <tr >
58
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
59
+ <p >
60
+ <!--
61
+ help for post-upgrade
62
+ -->
63
+ post-upgrade 操作的帮助命令。
64
+ </p >
65
+ </td >
66
+ </tr >
67
+
68
+ <tr >
69
+ <td colspan =" 2 " >
70
+ <!--
71
+ --kubeconfig string Default: "/etc/kubernetes/admin.conf"
72
+ -->
73
+ --kubeconfig string  ;  ;  ;  ;  ; 默认值:"/etc/kubernetes/admin.conf"
74
+ </td >
75
+ </tr >
76
+ <tr >
77
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
78
+ <p >
79
+ <!--
80
+ The kubeconfig file to use when talking to the cluster. If the flag is not set, a set of standard locations can be searched for an existing kubeconfig file.
81
+ -->
82
+ 用于和集群通信的 kubeconfig 文件。如果它没有被设置,那么 kubeadm 将会搜索一个已经存在于标准路径的 kubeconfig 文件。
83
+ </p >
84
+ </td >
85
+ </tr >
86
+
87
+ </tbody >
88
+ </table >
89
+
90
+ <!--
91
+ ### Options inherited from parent commands
92
+ -->
93
+ ### 从父命令继承的选项
94
+
95
+ <table style =" width : 100% ; table-layout : fixed ;" >
96
+ <colgroup >
97
+ <col span =" 1 " style =" width : 10px ;" />
98
+ <col span =" 1 " />
99
+ </colgroup >
100
+ <tbody >
101
+
102
+ <tr >
103
+ <td colspan =" 2 " >--rootfs string</td >
104
+ </tr >
105
+ <tr >
106
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" >
107
+ <p >
108
+ <!--
109
+ [EXPERIMENTAL] The path to the 'real' host root filesystem.
110
+ -->
111
+ [ 实验] 到'真实'主机根文件系统的路径。
112
+ </p >
113
+ </td >
114
+ </tr >
115
+
116
+ </tbody >
117
+ </table >
You can’t perform that action at this time.
0 commit comments