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| 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 > |
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 > |
Original file line number Diff line number Diff 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" ).
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 }
329326 },
330327 {
331328 " name " : " VSphereMultiNetworks"
329+ },
330+ {
331+ " name " : " VolumeAttributesClass"
332332 }
333333 ],
334334 " version " : " "
Original file line number Diff line number Diff line change 211211 {
212212 " name " : " VSphereMixedNodeEnv"
213213 },
214- {
215- " name " : " VolumeAttributesClass"
216- },
217214 {
218215 " name " : " VolumeGroupSnapshot"
219216 }
329326 },
330327 {
331328 " name " : " VSphereMultiNetworks"
329+ },
330+ {
331+ " name " : " VolumeAttributesClass"
332332 }
333333 ],
334334 " version " : " "
You can’t perform that action at this time.
0 commit comments