File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ dynamic certificate reload is currently not supported for all components and cer
133
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
- 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/).
138
137
The kubelet will terminate the Pod if it's no longer in the manifest directory.
139
138
You can then move the file back and after another `fileCheckFrequency` period, the kubelet will recreate
140
139
the Pod and the certificate renewal for the component can complete.
You can’t perform that action at this time.
0 commit comments