From 365ba12c62bc071fc3fac615fbac7fa65a362ea3 Mon Sep 17 00:00:00 2001 From: "paul.zhang" Date: Sat, 25 Jun 2022 18:19:36 +0800 Subject: [PATCH] =?UTF-8?q?[zh-cn]Fix=20delete=20extra=20words=E2=80=9C?= =?UTF-8?q?=E4=B8=8A=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [zh-cn]Fix delete extra words“上” --- .../docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md b/content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md index 47a0d1df61..fd33c404c5 100644 --- a/content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md +++ b/content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md @@ -532,7 +532,7 @@ to expiration a new set of CSRs for the serving certificates will be created and be approved to complete the rotation. To understand more see [Certificate Rotation](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#certificate-rotation). --> -默认情况下,这些服务证书上会在一年后过期。 +默认情况下,这些服务证书会在一年后过期。 kubeadm 将 `KubeletConfiguration` 的 `rotateCertificates` 字段设置为 `true`;这意味着证书快要过期时,会生成一组针对服务证书的新的 CSR,而 这些 CSR 也要被批准才能完成证书轮换。