File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ This command performs the renewal using CA (or front-proxy-CA) certificate and k
130
130
131
131
After running the command you should restart the control plane Pods. This is required since
132
132
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
134
134
and not by the API Server, thus kubectl cannot be used to delete and restart them.
135
135
To restart a static Pod you can temporarily remove its manifest file from `/etc/kubernetes/manifests/`
136
136
and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/
You can’t perform that action at this time.
0 commit comments