add zh pages

This commit is contained in:
Karen Bradshaw
2020-06-01 09:23:39 -04:00
parent 21fd0a12f9
commit 4b35d4d401
303 changed files with 2764 additions and 2439 deletions
@@ -2,18 +2,18 @@
reviewers:
- sig-cluster-lifecycle
title: 使用 kubeadm 进行证书管理
content_template: templates/task
content_type: task
---
<!--
---
reviewers:
- sig-cluster-lifecycle
title: Certificate Management with kubeadm
content_template: templates/task
content_type: task
---
-->
{{% capture overview %}}
<!-- overview -->
{{< feature-state for_k8s_version="v1.15" state="stable" >}}
@@ -23,9 +23,10 @@ Client certificates generated by [kubeadm](/docs/reference/setup-tools/kubeadm/k
由 [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) 生成的客户端证书在 1 年后到期。 本页说明如何使用 kubeadm 管理证书续订。
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
<!--
Be familiar with [PKI certificates and requirements in Kubernetes](/docs/setup/certificates/).
@@ -38,9 +39,9 @@ You should be familiar with [PKI certificates and requirements in Kubernetes](/d
-->
您应该熟悉[Kubernetes 中的 PKI 证书和要求](/docs/setup/best-practices/certificates/)。
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
<!--
## Check certificate expiration
@@ -387,4 +388,3 @@ After a certificate is signed using your preferred method, the certificate and t
[cert-cas]: /docs/setup/best-practices/certificates/#single-root-ca
[cert-table]: /docs/setup/best-practices/certificates/#all-certificates
{{% /capture %}}
@@ -2,18 +2,18 @@
reviewers:
- sig-cluster-lifecycle
title: 升级 kubeadm 集群
content_template: templates/task
content_type: task
---
<!--
---
reviewers:
- sig-cluster-lifecycle
title: Upgrading kubeadm clusters
content_template: templates/task
content_type: task
---
-->
{{% capture overview %}}
<!-- overview -->
<!--
This page explains how to upgrade a Kubernetes cluster created with kubeadm from version
@@ -49,9 +49,10 @@ The upgrade workflow at high level is the following:
1. 升级其他控制平面节点。
1. 升级工作节点。
{{% /capture %}}
{{% capture prerequisites %}}
## {{% heading "prerequisites" %}}
<!--
- You need to have a kubeadm Kubernetes cluster running version 1.16.0 or later.
@@ -83,9 +84,9 @@ The upgrade workflow at high level is the following:
- 您只能从一个次版本升级到下一个次版本,或者同样次版本的补丁版。也就是说,升级时无法跳过版本。
例如,您只能从 1.y 升级到 1.y+1,而不能从 from 1.y 升级到 1.y+2。
{{% /capture %}}
{{% capture steps %}}
<!-- steps -->
<!--
## Determine which version to upgrade to
@@ -612,7 +613,7 @@ The `STATUS` column should show `Ready` for all your nodes, and the version numb
-->
`STATUS` 应显示所有节点为 `Ready` 状态,并且版本号已经被更新。
{{% /capture %}}
<!--
## Recovering from a failure state