Skip to content

Commit ad275f5

Browse files
committed
KEP-3857: promote RecursiveReadOnlyMounts feature to beta
The gate has reached beta in v1.31. refs: - https://kep.k8s.io/3857 - k/k PR 125475 Fix issue 48614 Signed-off-by: Akihiro Suda <[email protected]>
1 parent f9fc6b4 commit ad275f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/recursive-read-only-mounts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ stages:
99
- stage: alpha
1010
defaultValue: false
1111
fromVersion: "1.30"
12+
toVersion: "1.30"
13+
- stage: beta
14+
defaultValue: true
15+
fromVersion: "1.31"
1216
---
1317
Enables support for recursive read-only mounts.
1418
For more details, see [read-only mounts](/docs/concepts/storage/volumes/#read-only-mounts).

0 commit comments

Comments
 (0)