From 4f6cc59cf13a30d0d02a11af6d8e27d2f0a52d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Thu, 14 Mar 2024 17:36:13 +0100 Subject: [PATCH] Update content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md Co-authored-by: Tim Bannister --- .../feature-gates/new-volume-manager-reconstruction.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md b/content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md index 1603da2567cfe..d58e828c56cbc 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates/new-volume-manager-reconstruction.md @@ -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.