File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ serverTLSBootstrap: true
229
229
230
230
If you have already created the cluster you must adapt it by doing the following :
231
231
- 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
233
233
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/#kubelet-config-k8s-io-v1beta1-KubeletConfiguration)
234
234
document as its value. Edit the KubeletConfiguration document to set `serverTLSBootstrap : true`.
235
235
- On each node, add the `serverTLSBootstrap : true` field in `/var/lib/kubelet/config.yaml`
You can’t perform that action at this time.
0 commit comments