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

596 B

title content_type _build stages
SELinuxMount feature_gate
list render
never false
stage defaultValue fromVersion
alpha false 1.30

Speeds up container startup by allowing kubelet to mount volumes for a Pod directly with the correct SELinux label instead of changing each file on the volumes recursively. It widens the performance improvements behind the SELinuxMountReadWriteOncePod feature gate by extending the implementation to all volumes.

Enabling the SELinuxMount feature gate requires the feature gate SELinuxMountReadWriteOncePod to be enabled.