26 lines
710 B
Markdown
26 lines
710 B
Markdown
---
|
|
title: SELinuxMount
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.30"
|
|
toVersion: "1.32"
|
|
- stage: beta
|
|
defaultValue: false
|
|
fromVersion: "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.
|