Merge pull request #49866 from AkihiroSuda/rro-1.33

KEP-3857: Recursive Read-only (RRO) mounts: promote to GA
pull/50098/head
Kubernetes Prow Robot 2025-03-14 04:29:52 -07:00 committed by GitHub
commit 86aa360cd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ stages:
- stage: beta
defaultValue: true
fromVersion: "1.31"
toVersion: "1.32"
- stage: stable
defaultValue: true
fromVersion: "1.33"
---
Enables support for recursive read-only mounts.
For more details, see [read-only mounts](/docs/concepts/storage/volumes/#read-only-mounts).