Skip to content

Commit 8149fbe

Browse files
authored
Merge pull request #34408 from yanrongshi/zh]-update/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md
Update kubeadm-certs.md
2 parents e8b73e7 + a8620fe commit 8149fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ serverTLSBootstrap: true
468468

469469
<!--
470470
If you have already created the cluster you must adapt it by doing the following:
471-
- Find and edit the `kubelet-config-{{< skew latestVersion >}}` ConfigMap in the `kube-system` namespace.
471+
- Find and edit the `kubelet-config-{{< skew currentVersion>}}` ConfigMap in the `kube-system` namespace.
472472
In that ConfigMap, the `kubelet` key has a
473473
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
474474
document as its value. Edit the KubeletConfiguration document to set `serverTLSBootstrap: true`.
@@ -477,7 +477,7 @@ and restart the kubelet with `systemctl restart kubelet`
477477
-->
478478
如果你已经创建了集群,你必须通过执行下面的操作来完成适配:
479479

480-
- 找到 `kube-system` 名字空间中名为 `kubelet-config-{{< skew latestVersion >}}`
480+
- 找到 `kube-system` 名字空间中名为 `kubelet-config-{{< skew currentVersion>}}`
481481
的 ConfigMap 并编辑之。
482482
在该 ConfigMap 中,`kubelet` 键下面有一个
483483
[KubeletConfiguration](/zh/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)

0 commit comments

Comments
 (0)