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

24 lines
592 B
Markdown

---
title: SELinuxMountReadWriteOncePod
content_type: feature_gate
_build:
list: never
render: false
stages:
- stage: alpha
defaultValue: false
fromVersion: "1.25"
toVersion: "1.26"
- stage: beta
defaultValue: false
fromVersion: "1.27"
toVersion: "1.27"
- stage: beta
defaultValue: true
fromVersion: "1.28"
---
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. The initial implementation focused on ReadWriteOncePod volumes.