Skip to content

Commit 0bb7c6f

Browse files
fix the configmap key value from config to kubelet
1 parent a63b896 commit 0bb7c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ serverTLSBootstrap: true
229229

230230
If you have already created the cluster you must adapt it by doing the following:
231231
- Find and edit the `kubelet-config-{{< skew latestVersion >}}` ConfigMap in the `kube-system` namespace.
232-
In that ConfigMap, the `config` key has a
232+
In that ConfigMap, the `kubelet` key has a
233233
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
234234
document as its value. Edit the KubeletConfiguration document to set `serverTLSBootstrap: true`.
235235
- On each node, add the `serverTLSBootstrap: true` field in `/var/lib/kubelet/config.yaml`

0 commit comments

Comments
 (0)