Update content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md
Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
parent
ae56379254
commit
4f6cc59cf1
|
|
@ -19,7 +19,9 @@ stages:
|
|||
fromVersion: "1.30"
|
||||
---
|
||||
Enables improved discovery of mounted volumes during kubelet
|
||||
startup. Since this code has been significantly refactored, Kubernetes versions 1.25 - 1.29
|
||||
allowed to opt-out in case kubelet gets stuck at the startup or is not unmounting volumes
|
||||
from terminated Pods. Note that this refactoring was behind `SELinuxMountReadWriteOncePod`
|
||||
alpha feature gate in versions 1.25 - 1.26.
|
||||
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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue