File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -697,15 +697,12 @@ Each feature gate is designed for enabling/disabling a specific feature:
697
697
- ` RotateKubeletServerCertificate ` : Enable the rotation of the server TLS certificate on the kubelet.
698
698
See [ kubelet configuration] ( /docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration )
699
699
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.
703
703
- ` SeccompDefault ` : Enables the use of ` RuntimeDefault ` as the default seccomp profile
704
704
for all workloads.
705
705
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.
709
706
- ` ServerSideApply ` : Enables the [ Sever Side Apply (SSA)] ( /docs/reference/using-api/server-side-apply/ )
710
707
feature on the API Server.
711
708
- ` ServerSideFieldValidation ` : Enables server-side field validation. This means the validation
You can’t perform that action at this time.
0 commit comments