Skip to content

Commit 2f3b96d

Browse files
authored
Merge pull request #37413 from vjjmiras/remove-duplicate-SELinuxMountReadWriteOncePod
Remove duplicate entry for SELinuxMountReadWriteOncePod
2 parents 7540d68 + 93eb0ce commit 2f3b96d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -697,15 +697,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
697697
- `RotateKubeletServerCertificate`: Enable the rotation of the server TLS certificate on the kubelet.
698698
See [kubelet configuration](/docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration)
699699
for more details.
700-
- `SELinuxMountReadWriteOncePod`: Speed up container startup by mounting volumes with the correct
701-
SELinux label instead of changing each file on the volumes recursively. The initial implementation
702-
focused on ReadWriteOncePod volumes.
700+
- `SELinuxMountReadWriteOncePod`: Speeds up container startup by allowing kubelet to mount volumes
701+
for a Pod directly with the correct SELinux label instead of changing each file on the volumes
702+
recursively. The initial implementation focused on ReadWriteOncePod volumes.
703703
- `SeccompDefault`: Enables the use of `RuntimeDefault` as the default seccomp profile
704704
for all workloads.
705705
The seccomp profile is specified in the `securityContext` of a Pod and/or a Container.
706-
- `SELinuxMountReadWriteOncePod`: Allows kubelet to mount volumes for a Pod directly with the
707-
right SELinux label instead of applying the SELinux label recursively on every file on the
708-
volume.
709706
- `ServerSideApply`: Enables the [Sever Side Apply (SSA)](/docs/reference/using-api/server-side-apply/)
710707
feature on the API Server.
711708
- `ServerSideFieldValidation`: Enables server-side field validation. This means the validation

0 commit comments

Comments
 (0)