Skip to content

Commit 05cb3dc

Browse files
y-serat-inu
andauthored
Update legacy kubelet configmap name and modify typo in kubeadm-certs.md (#52012)
* modify kubeadm-certs.md * modify typo singer * delete anchor set automatically '#set-up-a-signer' Co-authored-by: inukai <[email protected]> --------- Co-authored-by: inukai <[email protected]>
1 parent 2258d82 commit 05cb3dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ dynamic certificate reload is currently not supported for all components and cer
226226
[Static Pods](/docs/tasks/configure-pod-container/static-pod/) are managed by the local kubelet
227227
and not by the API Server, thus kubectl cannot be used to delete and restart them.
228228
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/)).
230230
The kubelet will terminate the Pod if it's no longer in the manifest directory.
231231
You can then move the file back and after another `fileCheckFrequency` period, the kubelet will recreate
232232
the Pod and the certificate renewal for the component can complete.
@@ -332,7 +332,7 @@ serverTLSBootstrap: true
332332
```
333333

334334
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.
336336
In that ConfigMap, the `kubelet` key has a
337337
[KubeletConfiguration](/docs/reference/config-api/kubelet-config.v1beta1/)
338338
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`.
468468
This guide uses the default Kubernetes directory `/etc/kubernetes`, which requires
469469
a super user. If you are following this guide and are using directories that you can
470470
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.
472472

473473
You must then copy the files that you produced over to within the `/etc/kubernetes`
474474
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
518518
([External CA mode](#external-ca-mode)), the active kube-controller-manager in
519519
this cluster will not be able to sign kubelet client certificates. If no external
520520
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`
522522
as explained in this guide.
523523

524524
Note that this also means that the automatic

0 commit comments

Comments
 (0)