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:
Jan Šafránek 2024-03-14 17:36:13 +01:00 committed by GitHub
parent ae56379254
commit 4f6cc59cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -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.