Update content/en/docs/tasks/configure-pod-container/security-context.md

Co-authored-by: Qiming Teng <tengqm@outlook.com>
pull/49919/head
Jan Šafránek 2025-03-26 12:58:00 +01:00 committed by GitHub
parent e71aaf5649
commit 1005e070e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ below have no effect.
Kubernetes v1.27 introduced an early limited form of this behavior that was only applicable
to volumes (and PersistentVolumeClaims) using the `ReadWriteOncePod` access mode.
Kubernetes v1.33 introduced `SELinuxChangePolicy` and `SELinuxMount`
Kubernetes v1.33 promotes `SELinuxChangePolicy` and `SELinuxMount`
[feature gates](/docs/reference/command-line-tools-reference/feature-gates/)
as beta to widen that performance improvement to other kinds of PersistentVolumeClaims,
as explained in detail below. While beta, `SELinuxMount` is still disabled by default.