File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/reference/command-line-tools-reference Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -685,9 +685,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
685
685
- ` RotateKubeletServerCertificate ` : Enable the rotation of the server TLS certificate on the kubelet.
686
686
See [ kubelet configuration] ( /docs/reference/access-authn-authz/kubelet-tls-bootstrapping/#kubelet-configuration )
687
687
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.
691
691
- ` SeccompDefault ` : Enables the use of ` RuntimeDefault ` as the default seccomp profile
692
692
for all workloads.
693
693
The seccomp profile is specified in the ` securityContext ` of a Pod and/or a Container.
You can’t perform that action at this time.
0 commit comments