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 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| 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 > |
7372| 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 > |
104103| 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 > |
105104| 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 > |
106105| 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 (
440440 contactPerson ("dfajmon" ).
441441 productScope (kubernetes ).
442442 enhancementPR ("https://github.com/kubernetes/enhancements/issues/3751" ).
443- enableIn (configv1 .DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
443+ enableIn (configv1 .Default , configv1 . DevPreviewNoUpgrade , configv1 .TechPreviewNoUpgrade ).
444444 mustRegister ()
445445
446446 FeatureGateVolumeGroupSnapshot = newFeatureGate ("VolumeGroupSnapshot" ).
Original file line number Diff line number Diff line change 214214 {
215215 " name " : " VSphereMixedNodeEnv"
216216 },
217- {
218- " name " : " VolumeAttributesClass"
219- },
220217 {
221218 " name " : " VolumeGroupSnapshot"
222219 }
326323 },
327324 {
328325 " name " : " VSphereMultiNetworks"
326+ },
327+ {
328+ " name " : " VolumeAttributesClass"
329329 }
330330 ],
331331 " version " : " "
Original file line number Diff line number Diff line change 214214 {
215215 " name " : " VSphereMixedNodeEnv"
216216 },
217- {
218- " name " : " VolumeAttributesClass"
219- },
220217 {
221218 " name " : " VolumeGroupSnapshot"
222219 }
326323 },
327324 {
328325 " name " : " VSphereMultiNetworks"
326+ },
327+ {
328+ " name " : " VolumeAttributesClass"
329329 }
330330 ],
331331 " version " : " "
You can’t perform that action at this time.
0 commit comments