File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
content/en/docs/reference/command-line-tools-reference/feature-gates Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ stages:
19
19
fromVersion : " 1.30"
20
20
---
21
21
Enables improved discovery of mounted volumes during kubelet
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.
22
+ startup. Since the associated code had been significantly refactored, Kubernetes versions 1.25 to 1.29
23
+ allowed you to opt-out in case the kubelet got stuck at the startup, or did not unmount volumes
24
+ from terminated Pods.
25
+
26
+ This refactoring was behind the ` SELinuxMountReadWriteOncePod ` feature gate in Kubernetes
27
+ releases 1.25 and 1.26.
You can’t perform that action at this time.
0 commit comments