Skip to content

Commit 631bfd5

Browse files
authored
Merge pull request #28025 from Priyankasaggu11929/patch-1
fix the `kubelet-config-1.21` configmap key value from `config` to `kubelet`
2 parents ec6b531 + 0bb7c6f commit 631bfd5

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)