From 1147aeab0e49ddb2d1763c7e77f9fb2452942e97 Mon Sep 17 00:00:00 2001 From: Logan Rakai Date: Mon, 16 Jul 2018 23:21:37 -0600 Subject: [PATCH] Fix broken link in note (#9535) --- content/en/docs/tasks/administer-cluster/static-pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/administer-cluster/static-pod.md b/content/en/docs/tasks/administer-cluster/static-pod.md index 139ecf40da..958489779c 100644 --- a/content/en/docs/tasks/administer-cluster/static-pod.md +++ b/content/en/docs/tasks/administer-cluster/static-pod.md @@ -104,7 +104,7 @@ Notice we cannot delete the pod with the API server (e.g. via [`kubectl`](/docs/ {{}} **Note**: Make sure the kubelet has permission to create the mirror pod in the API server. If not, the creation request is rejected by the API server. See -PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/). +[PodSecurityPolicy](/docs/concepts/policy/pod-security-policy/). {{}} ```shell