Skip to content

Commit bcd6bc0

Browse files
committed
Fix Static Pod Link.
1 parent 120f24e commit bcd6bc0

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
@@ -130,7 +130,7 @@ This command performs the renewal using CA (or front-proxy-CA) certificate and k
130130

131131
After running the command you should restart the control plane Pods. This is required since
132132
dynamic certificate reload is currently not supported for all components and certificates.
133-
[Static Pods](/docs/tasks/configure-pod-containerstatic-pod/) are managed by the local kubelet
133+
[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/`
136136
and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/

0 commit comments

Comments
 (0)