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
| ExternalOIDC| <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
| 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 > |
104
103
| 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 > |
105
104
| 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 > |
106
105
| 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 > |
106
+ | 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 @@ -440,7 +440,7 @@ var (
440
440
contactPerson ("dfajmon" ).
441
441
productScope (kubernetes ).
442
442
enhancementPR ("https://github.com/kubernetes/enhancements/issues/3751" ).
443
- enableIn (configv1 .DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
443
+ enableIn (configv1 .Default , configv1 . DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
444
444
mustRegister ()
445
445
446
446
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
}
326
323
},
327
324
{
328
325
" name " : " VSphereMultiNetworks"
326
+ },
327
+ {
328
+ " name " : " VolumeAttributesClass"
329
329
}
330
330
],
331
331
" version " : " "
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
}
326
323
},
327
324
{
328
325
" name " : " VSphereMultiNetworks"
326
+ },
327
+ {
328
+ " name " : " VolumeAttributesClass"
329
329
}
330
330
],
331
331
" version " : " "
You can’t perform that action at this time.
0 commit comments