Skip to content

Commit

Permalink
Merge pull request #39537 from windsonsea/remetcd
Browse files Browse the repository at this point in the history
[zh] sync kubeadm_reset_phase_remove-etcd-member.md
  • Loading branch information
k8s-ci-robot committed Feb 19, 2023
2 parents 448e1fa + 7b59d55 commit cbca217
Showing 1 changed file with 13 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
to generate the reference documentation, please read
[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/)
guide. You can file document formatting bugs against the
[reference-docs](https://github.com/kubernetes-sigs/reference-docs/) project.
Expand All @@ -12,18 +12,17 @@ guide. You can file document formatting bugs against the
<!--
Remove a local etcd member.
-->
删除本地 etcd 成员
删除本地 etcd 成员

<!--
### Synopsis
-->

### 概要

<!--
Remove a local etcd member for a control plane node.
-->
删除控制平面节点的本地 etcd 成员
删除控制平面节点的本地 etcd 成员

```
kubeadm reset phase remove-etcd-member [flags]
Expand All @@ -32,7 +31,6 @@ kubeadm reset phase remove-etcd-member [flags]
<!--
### Options
-->

### 选项

<table style="width: 100%; table-layout: fixed;">
Expand All @@ -42,6 +40,16 @@ kubeadm reset phase remove-etcd-member [flags]
</colgroup>
<tbody>

<tr>
<td colspan="2">--dry-run</td>
</tr>
<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><p>
<!-- Don't apply any changes; just output what would be done. -->
不应用任何更改;仅输出要完成的内容。
</p></td>
</tr>

<tr>
<td colspan="2">-h, --help</td>
</tr>
Expand All @@ -68,11 +76,9 @@ remove-etcd-member 的帮助信息
</tbody>
</table>


<!--
### Options inherited from parent commands
-->

### 从父命令继承的选项

<table style="width: 100%; table-layout: fixed;">
Expand Down

0 comments on commit cbca217

Please sign in to comment.