Skip to content

Commit 93eb0ce

Browse files
committed
[en] Update entry for SELinuxMountReadWriteOncePod
Signed-off-by: Vicente J. Jiménez Miras <[email protected]>
1 parent 994f646 commit 93eb0ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
685685
- `RotateKubeletServerCertificate`: Enable the rotation of the server TLS certificate on the kubelet.
686686
See [kubelet configuration](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
687687
for more details.
688-
- `SELinuxMountReadWriteOncePod`: Speed up container startup by mounting volumes with the correct
689-
SELinux label instead of changing each file on the volumes recursively. The initial implementation
690-
focused on ReadWriteOncePod volumes.
688+
- `SELinuxMountReadWriteOncePod`: Speeds up container startup by allowing kubelet to mount volumes
689+
for a Pod directly with the correct SELinux label instead of changing each file on the volumes
690+
recursively. The initial implementation focused on ReadWriteOncePod volumes.
691691
- `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
692692
for all workloads.
693693
The seccomp profile is specified in the `securityContext` of a Pod and/or a Container.

0 commit comments

Comments
 (0)