File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/zh-cn/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ serverTLSBootstrap: true
468
468
469
469
<!--
470
470
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.
472
472
In that ConfigMap, the `kubelet` key has a
473
473
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
474
474
document as its value. Edit the KubeletConfiguration document to set `serverTLSBootstrap : true`.
@@ -477,7 +477,7 @@ and restart the kubelet with `systemctl restart kubelet`
477
477
-->
478
478
如果你已经创建了集群,你必须通过执行下面的操作来完成适配:
479
479
480
- - 找到 `kube-system` 名字空间中名为 `kubelet-config-{{< skew latestVersion >}}`
480
+ - 找到 `kube-system` 名字空间中名为 `kubelet-config-{{< skew currentVersion >}}`
481
481
的 ConfigMap 并编辑之。
482
482
在该 ConfigMap 中,`kubelet` 键下面有一个
483
483
[KubeletConfiguration](/zh/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
You can’t perform that action at this time.
0 commit comments