Skip to content

Commit

Permalink
[zh] Clean up kubeadm_certs_renew files
Browse files Browse the repository at this point in the history
  • Loading branch information
windsonsea committed Sep 6, 2023
1 parent 3774f0e commit 628742f
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 89 deletions.
@@ -1,18 +1,7 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->

<!--
Renew all available certificates
-->
续订所有可用证书
续订所有可用证书

<!--
### Synopsis
Expand Down Expand Up @@ -77,7 +66,7 @@ kubeadm certs renew all [flags]
<!--
<p>help for all</p>
-->
<p>all 操作的帮助命令</p>
<p>all 操作的帮助命令</p>
</td>
</tr>

Expand Down Expand Up @@ -107,7 +96,7 @@ kubeadm certs renew all [flags]
<!--
Use the Kubernetes certificate API to renew certificates
-->
使用 Kubernetes 证书 API 续订证书
使用 Kubernetes 证书 API 续订证书
</td>
</tr>

Expand Down Expand Up @@ -140,4 +129,3 @@ Use the Kubernetes certificate API to renew certificates

</tbody>
</table>

@@ -1,18 +1,7 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->

<!--
Renew the certificate the apiserver uses to access etcd
-->
续订 apiserver 用于访问 etcd 的证书
续订 apiserver 用于访问 etcd 的证书

<!--
### Synopsis
Expand Down Expand Up @@ -58,7 +47,9 @@ kubeadm certs renew apiserver-etcd-client [flags]

<tr>
<td colspan="2">
<!-- cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki" -->
<!--
cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/pki"
-->
--cert-dir string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"/etc/kubernetes/pki"
</td>
</tr>
Expand Down Expand Up @@ -91,7 +82,7 @@ kubeadm certs renew apiserver-etcd-client [flags]
<!--
<p>help for apiserver-etcd-client</p>
-->
<p>apiserver-etcd-client 操作的帮助命令</p>
<p>apiserver-etcd-client 操作的帮助命令</p>
</td>
</tr>

Expand All @@ -116,8 +107,6 @@ kubeadm certs renew apiserver-etcd-client [flags]
</tbody>
</table>



<!--
### Options inherited from parent commands
-->
Expand All @@ -144,4 +133,3 @@ kubeadm certs renew apiserver-etcd-client [flags]

</tbody>
</table>

@@ -1,14 +1,3 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->

<!--
Renew the certificate for the API server to connect to kubelet
-->
Expand Down Expand Up @@ -93,7 +82,7 @@ kubeadm certs renew apiserver-kubelet-client [flags]
<!--
<p>help for apiserver-kubelet-client</p>
-->
<p>apiserver-kubelet-client 操作的帮助命令</p>
<p>apiserver-kubelet-client 操作的帮助命令</p>
</td>
</tr>

Expand Down Expand Up @@ -123,7 +112,7 @@ kubeadm certs renew apiserver-kubelet-client [flags]
<!--
Use the Kubernetes certificate API to renew certificates
-->
使用 Kubernetes 证书 API 续订证书
使用 Kubernetes 证书 API 续订证书
</td>
</tr>

Expand Down Expand Up @@ -156,4 +145,3 @@ Use the Kubernetes certificate API to renew certificates

</tbody>
</table>

@@ -1,19 +1,7 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->


<!--
Renew the certificate for serving the Kubernetes API
-->
续订用于提供 Kubernetes API 的证书
续订用于提供 Kubernetes API 的证书

<!--
### Synopsis
Expand Down Expand Up @@ -99,19 +87,23 @@ kubeadm 配置文件的路径。
help for apiserver
-->
<p>
apiserver 子操作的帮助命令
apiserver 子操作的帮助命令
</p>
</td>
</tr>

<tr>
<td colspan="2"><!-- --kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf" -->
<td colspan="2">
<!--
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default: "/etc/kubernetes/admin.conf"
-->
--kubeconfig string&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;默认值:"/etc/kubernetes/admin.conf"
</td>
</tr>

<tr>
<td></td><td style="line-height: 130%; word-wrap: break-word;"><!--
<td></td><td style="line-height: 130%; word-wrap: break-word;">
<!--
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.
-->
<p>
Expand Down
@@ -1,14 +1,3 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->

<!--
Renew the certificate embedded in the kubeconfig file for the controller manager to use
-->
Expand Down Expand Up @@ -93,7 +82,7 @@ kubeadm alpha renew controller-manager.conf [flags]
<!--
<p>help for controller-manager.conf</p>
-->
<p>controller-manager.conf 操作的帮助命令</p>
<p>controller-manager.conf 操作的帮助命令</p>
</td>
</tr>

Expand Down Expand Up @@ -123,7 +112,7 @@ kubeadm alpha renew controller-manager.conf [flags]
<!--
Use the Kubernetes certificate API to renew certificates
-->
使用 Kubernetes 证书 API 续订证书
使用 Kubernetes 证书 API 续订证书
</td>
</tr>

Expand Down Expand Up @@ -156,4 +145,3 @@ Use the Kubernetes certificate API to renew certificates

</tbody>
</table>

@@ -1,18 +1,7 @@
<!--
The file is auto-generated from the Go source code of the component using a generic
[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 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.
-->

<!--
Renew the certificate for liveness probes to healthcheck etcd
-->
续订存活态探针的证书,用于对 etcd 执行健康检查
续订存活态探针的证书,用于对 etcd 执行健康检查

<!--
### Synopsis
Expand Down Expand Up @@ -97,7 +86,7 @@ kubeadm 配置文件的路径。
help for etcd-healthcheck-client
-->
<p>
etcd-healthcheck-client 操作的帮助命令
etcd-healthcheck-client 操作的帮助命令
</p>
</td>
</tr>
Expand Down

0 comments on commit 628742f

Please sign in to comment.