Skip to content

Commit 230d0e0

Browse files
Merge pull request #2471 from dfajmon/volumeattributesclass
STOR-2533,OCPBUGS-61382: move VolumeAttributesClass to GA
2 parents bfcb56b + 3f69da8 commit 230d0e0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
6767
| TranslateStreamCloseWebsocketRequests| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6868
| VSphereConfigurableMaxAllowedBlockVolumesPerNode| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
6969
| VSphereHostVMGroupZonal| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
70-
| VolumeAttributesClass| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7170
| VolumeGroupSnapshot| | | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7271
| AdditionalRoutingCapabilities| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
7372
| AdminNetworkPolicy| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
@@ -105,3 +104,4 @@
105104
| UserNamespacesSupport| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
106105
| VSphereMultiDisk| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
107106
| VSphereMultiNetworks| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |
107+
| VolumeAttributesClass| <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> | <span style="background-color: #519450">Enabled</span> |

features/features.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ var (
423423
contactPerson("dfajmon").
424424
productScope(kubernetes).
425425
enhancementPR("https://github.com/kubernetes/enhancements/issues/3751").
426-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
426+
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
427427
mustRegister()
428428

429429
FeatureGateVolumeGroupSnapshot = newFeatureGate("VolumeGroupSnapshot").

payload-manifests/featuregates/featureGate-Hypershift-Default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,6 @@
214214
{
215215
"name": "VSphereMixedNodeEnv"
216216
},
217-
{
218-
"name": "VolumeAttributesClass"
219-
},
220217
{
221218
"name": "VolumeGroupSnapshot"
222219
}
@@ -329,6 +326,9 @@
329326
},
330327
{
331328
"name": "VSphereMultiNetworks"
329+
},
330+
{
331+
"name": "VolumeAttributesClass"
332332
}
333333
],
334334
"version": ""

payload-manifests/featuregates/featureGate-SelfManagedHA-Default.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,9 +211,6 @@
211211
{
212212
"name": "VSphereMixedNodeEnv"
213213
},
214-
{
215-
"name": "VolumeAttributesClass"
216-
},
217214
{
218215
"name": "VolumeGroupSnapshot"
219216
}
@@ -329,6 +326,9 @@
329326
},
330327
{
331328
"name": "VSphereMultiNetworks"
329+
},
330+
{
331+
"name": "VolumeAttributesClass"
332332
}
333333
],
334334
"version": ""

0 commit comments

Comments
 (0)