From 8f3790c3a9227b9a0c574df427fb62696018635e Mon Sep 17 00:00:00 2001 From: David Tesar Date: Tue, 28 Mar 2023 10:15:05 -0700 Subject: [PATCH] clarify Windows privileged containers feature enablement --- .../en/docs/concepts/security/pod-security-standards.md | 2 +- content/en/docs/concepts/workloads/pods/_index.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/security/pod-security-standards.md b/content/en/docs/concepts/security/pod-security-standards.md index 724d46e4ea..7a4f622756 100644 --- a/content/en/docs/concepts/security/pod-security-standards.md +++ b/content/en/docs/concepts/security/pod-security-standards.md @@ -57,7 +57,7 @@ fail validation. HostProcess -

Windows pods offer the ability to run HostProcess containers which enables privileged access to the Windows node. Privileged access to the host is disallowed in the baseline policy. {{< feature-state for_k8s_version="v1.23" state="beta" >}}

+

Windows pods offer the ability to run HostProcess containers which enables privileged access to the Windows node. Privileged access to the host is disallowed in the baseline policy. {{< feature-state for_k8s_version="v1.26" state="stable" >}}

Restricted Fields