Skip to content

Commit 5a4aabc

Browse files
KEP-3751 VolumeAttributesClass GA in 1.34 Doc Update
1 parent 8255f3f commit 5a4aabc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

content/en/docs/concepts/storage/volume-attributes-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ A VolumeAttributesClass provides a way for administrators to describe the mutabl
2020
"classes" of storage they offer. Different classes might map to different quality-of-service levels.
2121
Kubernetes itself is un-opinionated about what these classes represent.
2222

23-
This is a beta feature and disabled by default.
23+
This feature is generally available (GA) as of version 1.34, and users have the option to disable it.
2424

2525
If you want to test the feature whilst it's beta, you need to enable the `VolumeAttributesClass`
2626
[feature gate](/docs/reference/command-line-tools-reference/feature-gates/) for the kube-controller-manager, kube-scheduler,

content/en/docs/reference/command-line-tools-reference/feature-gates/VolumeAttributesClass.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.31"
16+
toVersion: "1.33"
17+
- stage: stable
18+
defaultValue: true
19+
fromVersion: "1.34"
1620
---
1721
Enable support for VolumeAttributesClasses.
1822
See [Volume Attributes Classes](/docs/concepts/storage/volume-attributes-classes/)

0 commit comments

Comments
 (0)