Fix Static Pod Link.

This commit is contained in:
Shubham Kuchhal 2021-08-02 15:27:02 +05:30
parent 120f24ee25
commit bcd6bc07ce
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ This command performs the renewal using CA (or front-proxy-CA) certificate and k
After running the command you should restart the control plane Pods. This is required since After running the command you should restart the control plane Pods. This is required since
dynamic certificate reload is currently not supported for all components and certificates. dynamic certificate reload is currently not supported for all components and certificates.
[Static Pods](/docs/tasks/configure-pod-containerstatic-pod/) are managed by the local kubelet [Static Pods](/docs/tasks/configure-pod-container/static-pod/) are managed by the local kubelet
and not by the API Server, thus kubectl cannot be used to delete and restart them. and not by the API Server, thus kubectl cannot be used to delete and restart them.
To restart a static Pod you can temporarily remove its manifest file from `/etc/kubernetes/manifests/` To restart a static Pod you can temporarily remove its manifest file from `/etc/kubernetes/manifests/`
and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/ and wait for 20 seconds (see the `fileCheckFrequency` value in [KubeletConfiguration struct](/docs/