File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,13 @@ stages:
13
13
- stage : beta
14
14
defaultValue : true
15
15
fromVersion : " 1.28"
16
+ toVersion : " 1.29"
17
+ - stage : stable
18
+ defaultValue : true
19
+ fromVersion : " 1.30"
16
20
---
17
21
Enables improved discovery of mounted volumes during kubelet
18
- startup. Since this code has been significantly refactored, we allow to opt-out in case kubelet
19
- gets stuck at the startup or is not unmounting volumes from terminated Pods. Note that this
20
- refactoring was behind ` SELinuxMountReadWriteOncePod ` alpha feature gate in Kubernetes 1.25.
21
-
22
- <!-- remove next 2 paragraphs when feature graduates to GA -->
23
- Before Kubernetes v1.25, the kubelet used different default behavior for discovering mounted
24
- volumes during the kubelet startup. If you disable this feature gate (it's enabled by default), you select
25
- the legacy discovery behavior.
26
-
27
- In Kubernetes v1.25 and v1.26, this behavior toggle was part of the ` SELinuxMountReadWriteOncePod `
28
- feature gate.
22
+ startup. Since this code has been significantly refactored, Kubernetes versions 1.25 - 1.29
23
+ allowed to opt-out in case kubelet gets stuck at the startup or is not unmounting volumes
24
+ from terminated Pods. Note that this refactoring was behind ` SELinuxMountReadWriteOncePod `
25
+ alpha feature gate in versions 1.25 - 1.26.
You can’t perform that action at this time.
0 commit comments