@@ -226,7 +226,7 @@ dynamic certificate reload is currently not supported for all components and cer
226
226
[Static Pods](/docs/tasks/configure-pod-container/static-pod/) are managed by the local kubelet
227
227
and not by the API Server, thus kubectl cannot be used to delete and restart them.
228
228
To restart a static Pod you can temporarily remove its manifest file from `/etc/kubernetes/manifests/`
229
- and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/reference/config-api/kubelet-config.v1beta1/).
229
+ and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/reference/config-api/kubelet-config.v1beta1/)) .
230
230
The kubelet will terminate the Pod if it's no longer in the manifest directory.
231
231
You can then move the file back and after another `fileCheckFrequency` period, the kubelet will recreate
232
232
the Pod and the certificate renewal for the component can complete.
@@ -332,7 +332,7 @@ serverTLSBootstrap: true
332
332
` ` `
333
333
334
334
If you have already created the cluster you must adapt it by doing the following :
335
- - Find and edit the `kubelet-config-{{< skew currentVersion >}} ` ConfigMap in the `kube-system` namespace.
335
+ - Find and edit the `kubelet-config` ConfigMap in the `kube-system` namespace.
336
336
In that ConfigMap, the `kubelet` key has a
337
337
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/)
338
338
document as its value. Edit the KubeletConfiguration document to set `serverTLSBootstrap : true`.
@@ -468,7 +468,7 @@ file and used for all relevant kubeadm commands by passing it as `--config`.
468
468
This guide uses the default Kubernetes directory `/etc/kubernetes`, which requires
469
469
a super user. If you are following this guide and are using directories that you can
470
470
write to (typically, this means running `kubeadm` with `--cert-dir` and `--kubeconfig-dir`)
471
- then you can omit the `sudo` command) .
471
+ then you can omit the `sudo` command.
472
472
473
473
You must then copy the files that you produced over to within the `/etc/kubernetes`
474
474
directory so that `kubeadm init` or `kubeadm join` will find them.
@@ -518,7 +518,7 @@ If you have deleted the `ca.key` file from control plane nodes
518
518
([External CA mode](#external-ca-mode)), the active kube-controller-manager in
519
519
this cluster will not be able to sign kubelet client certificates. If no external
520
520
method for signing these certificates exists in your setup (such as an
521
- [external signer](#set-up-a-signer), you could manually sign the `kubelet.conf.csr`
521
+ [external signer](#set-up-a-signer)) , you could manually sign the `kubelet.conf.csr`
522
522
as explained in this guide.
523
523
524
524
Note that this also means that the automatic
0 commit comments