From e6a9fd269e762c4b1ca638b207cfb7704ad37d60 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 29 Nov 2021 09:46:22 -0500 Subject: [PATCH] Update webhook anchor --- content/en/docs/concepts/security/pod-security-admission.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/security/pod-security-admission.md b/content/en/docs/concepts/security/pod-security-admission.md index 933dc62940..5969d2bb5d 100644 --- a/content/en/docs/concepts/security/pod-security-admission.md +++ b/content/en/docs/concepts/security/pod-security-admission.md @@ -44,7 +44,7 @@ is an Alpha feature and must be enabled in `kube-apiserver` in order to use the --feature-gates="...,PodSecurity=true" ``` -## Alternative: installing the `PodSecurity` admission webhook +## Alternative: installing the `PodSecurity` admission webhook {#webhook} For environments where the built-in `PodSecurity` admission plugin cannot be used, either because the cluster is older than v1.22, or the `PodSecurity` feature cannot be enabled,