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

710 B

title content_type _build stages
SELinuxMount feature_gate
list render
never false
stage defaultValue fromVersion toVersion
alpha false 1.30 1.32
stage defaultValue fromVersion
beta false 1.33

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 gates SELinuxMountReadWriteOncePod and SELinuxChangePolicy to be enabled.