Merge pull request #48615 from AkihiroSuda/fix-48614

KEP-3857: promote RecursiveReadOnlyMounts feature to beta
pull/48636/head
Kubernetes Prow Robot 2024-11-04 09:21:28 +00:00 committed by GitHub
commit 7b2db5082c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

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