Skip to content

Commit 0cef929

Browse files
committed
[KEP-4639] Graduate image volume source to enabled by default (beta)
Signed-off-by: Sascha Grunert <[email protected]>
1 parent 0c94ca5 commit 0cef929

File tree

1 file changed

+4
-0
lines changed
  • content/en/docs/reference/command-line-tools-reference/feature-gates

1 file changed

+4
-0
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates/ImageVolume.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: false
1515
fromVersion: "1.33"
16+
toVersion: "1.34"
17+
- stage: beta
18+
defaultValue: true
19+
fromVersion: "1.35"
1620
---
1721
Allow using the [`image`](/docs/concepts/storage/volumes/) volume source in a Pod.
1822
This volume source lets you mount a container image as a read-only volume.

0 commit comments

Comments
 (0)