Skip to content

Commit 1ad2bce

Browse files
committed
Fix missing link
1 parent 93f57fd commit 1ad2bce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ dynamic certificate reload is currently not supported for all components and cer
133133
[Static Pods](/docs/tasks/configure-pod-container/static-pod/) are managed by the local kubelet
134134
and not by the API Server, thus kubectl cannot be used to delete and restart them.
135135
To restart a static Pod you can temporarily remove its manifest file from `/etc/kubernetes/manifests/`
136-
and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/
137-
reference/config-api/kubelet-config.v1beta1/).
136+
and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/reference/config-api/kubelet-config.v1beta1/).
138137
The kubelet will terminate the Pod if it's no longer in the manifest directory.
139138
You can then move the file back and after another `fileCheckFrequency` period, the kubelet will recreate
140139
the Pod and the certificate renewal for the component can complete.

0 commit comments

Comments
 (0)