From ae563792544d815d03ca655f4fc9dd14ade810b5 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Thu, 22 Feb 2024 10:59:26 +0100 Subject: [PATCH] Mark NewVolumeManagerReconstruction as GA --- .../new-volume-manager-reconstruction.md | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 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 f9242f0050..1603da2567 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 @@ -13,16 +13,13 @@ stages: - stage: beta defaultValue: true fromVersion: "1.28" + toVersion: "1.29" + - stage: stable + defaultValue: true + fromVersion: "1.30" --- Enables improved discovery of mounted volumes during kubelet -startup. Since this code has been significantly refactored, we allow 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 Kubernetes 1.25. - - -Before Kubernetes v1.25, the kubelet used different default behavior for discovering mounted -volumes during the kubelet startup. If you disable this feature gate (it's enabled by default), you select -the legacy discovery behavior. - -In Kubernetes v1.25 and v1.26, this behavior toggle was part of the `SELinuxMountReadWriteOncePod` -feature gate. +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.