File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
payload-manifests/featuregates Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 67
67
| 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 > |
68
68
| 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 > |
69
69
| 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 > |
71
70
| 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 > |
72
71
| 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 > |
73
72
| 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
104
| 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 > |
106
105
| 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 > |
107
106
| 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 > |
Original file line number Diff line number Diff line change @@ -423,7 +423,7 @@ var (
423
423
contactPerson ("dfajmon" ).
424
424
productScope (kubernetes ).
425
425
enhancementPR ("https://github.com/kubernetes/enhancements/issues/3751" ).
426
- enableIn (configv1 .DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
426
+ enableIn (configv1 .Default , configv1 . DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
427
427
mustRegister ()
428
428
429
429
FeatureGateVolumeGroupSnapshot = newFeatureGate ("VolumeGroupSnapshot" ).
Original file line number Diff line number Diff line change 214
214
{
215
215
" name " : " VSphereMixedNodeEnv"
216
216
},
217
- {
218
- " name " : " VolumeAttributesClass"
219
- },
220
217
{
221
218
" name " : " VolumeGroupSnapshot"
222
219
}
329
326
},
330
327
{
331
328
" name " : " VSphereMultiNetworks"
329
+ },
330
+ {
331
+ " name " : " VolumeAttributesClass"
332
332
}
333
333
],
334
334
" version " : " "
Original file line number Diff line number Diff line change 211
211
{
212
212
" name " : " VSphereMixedNodeEnv"
213
213
},
214
- {
215
- " name " : " VolumeAttributesClass"
216
- },
217
214
{
218
215
" name " : " VolumeGroupSnapshot"
219
216
}
329
326
},
330
327
{
331
328
" name " : " VSphereMultiNetworks"
329
+ },
330
+ {
331
+ " name " : " VolumeAttributesClass"
332
332
}
333
333
],
334
334
" version " : " "
You can’t perform that action at this time.
0 commit comments