Skip to content

Commit 86aa360

Browse files
authored
Merge pull request #49866 from AkihiroSuda/rro-1.33
KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
2 parents cd79f1d + a4fb56a commit 86aa360

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/RecursiveReadOnlyMounts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ stages:
1313
- stage: beta
1414
defaultValue: true
1515
fromVersion: "1.31"
16+
toVersion: "1.32"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.33"
1620
---
1721
Enables support for recursive read-only mounts.
1822
For more details, see [read-only mounts](/docs/concepts/storage/volumes/#read-only-mounts).

0 commit comments

Comments
 (0)