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

792 B

title content_type _build stages removed
NewVolumeManagerReconstruction feature_gate
list render
never false
stage defaultValue fromVersion toVersion
alpha false 1.25 1.26
stage defaultValue fromVersion toVersion
beta true 1.27 1.29
stage defaultValue fromVersion toVersion
stable true 1.30 1.31
true

Enables improved discovery of mounted volumes during kubelet startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29 allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes from terminated Pods.

This refactoring was behind the SELinuxMountReadWriteOncePod feature gate in Kubernetes releases 1.25 and 1.26.