@@ -3,7 +3,7 @@ The file is auto-generated from the Go source code of the component using a gene
3
3
[generator](https://github.com/kubernetes-sigs/reference-docs/). To learn how
4
4
to generate the reference documentation, please read
5
5
[Contributing to the reference documentation](/docs/contribute/generate-ref-docs/).
6
- To update the reference conent , please follow the
6
+ To update the reference content , please follow the
7
7
[Contributing upstream](/docs/contribute/generate-ref-docs/contribute-upstream/)
8
8
guide. You can file document formatting bugs against the
9
9
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
@@ -12,18 +12,17 @@ guide. You can file document formatting bugs against the
12
12
<!--
13
13
Remove a local etcd member.
14
14
-->
15
- 删除本地 etcd 成员
15
+ 删除本地 etcd 成员。
16
16
17
17
<!--
18
18
### Synopsis
19
19
-->
20
-
21
20
### 概要
22
21
23
22
<!--
24
23
Remove a local etcd member for a control plane node.
25
24
-->
26
- 删除控制平面节点的本地 etcd 成员
25
+ 删除控制平面节点的本地 etcd 成员。
27
26
28
27
```
29
28
kubeadm reset phase remove-etcd-member [flags]
@@ -32,7 +31,6 @@ kubeadm reset phase remove-etcd-member [flags]
32
31
<!--
33
32
### Options
34
33
-->
35
-
36
34
### 选项
37
35
38
36
<table style =" width : 100% ; table-layout : fixed ;" >
@@ -42,6 +40,16 @@ kubeadm reset phase remove-etcd-member [flags]
42
40
</colgroup >
43
41
<tbody >
44
42
43
+ <tr >
44
+ <td colspan =" 2 " >--dry-run</td >
45
+ </tr >
46
+ <tr >
47
+ <td ></td ><td style =" line-height : 130% ; word-wrap : break-word ;" ><p >
48
+ <!-- Don't apply any changes; just output what would be done. -->
49
+ 不应用任何更改;仅输出要完成的内容。
50
+ </p ></td >
51
+ </tr >
52
+
45
53
<tr >
46
54
<td colspan =" 2 " >-h, --help</td >
47
55
</tr >
@@ -68,11 +76,9 @@ remove-etcd-member 的帮助信息
68
76
</tbody >
69
77
</table >
70
78
71
-
72
79
<!--
73
80
### Options inherited from parent commands
74
81
-->
75
-
76
82
### 从父命令继承的选项
77
83
78
84
<table style =" width : 100% ; table-layout : fixed ;" >
0 commit comments