Skip to content

Commit e3a4ff9

Browse files
authored
Merge pull request #29188 from Shubham82/fix-statiC_pod_link
Fix Static Pod Link.
2 parents 120f24e + bcd6bc0 commit e3a4ff9

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)