From bcd6bc07ce8fccf70a9af49ed0ec619afb05a908 Mon Sep 17 00:00:00 2001 From: Shubham Kuchhal Date: Mon, 2 Aug 2021 15:27:02 +0530 Subject: [PATCH] Fix Static Pod Link. --- .../en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md index 2c2b18fff4..9001997b01 100644 --- a/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md +++ b/content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-certs.md @@ -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 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. 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/