Skip to content

Commit be5e7b0

Browse files
committed
SPLAT-2044 - [vsphere] promote multi-nic to default
1 parent 9cbdb71 commit be5e7b0

8 files changed

+12
-12
lines changed

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ spec:
718718
/<datacenter>/network/<portgroup>.
719719
items:
720720
type: string
721-
maxItems: 1
721+
maxItems: 10
722722
minItems: 1
723723
type: array
724724
x-kubernetes-list-type: atomic

features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
| 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> |
5959
| 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> |
6060
| 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> |
61-
| 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> |
6261
| 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> |
6362
| 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> |
6463
| 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> |
@@ -96,4 +95,5 @@
9695
| SetEIPForNLBIngressController| <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> |
9796
| UserNamespacesPodSecurityStandards| <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> |
9897
| 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> |
98+
| 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> |
9999
| ValidatingAdmissionPolicy| <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
@@ -682,7 +682,7 @@ var (
682682
contactPerson("rvanderp").
683683
productScope(ocpSpecific).
684684
enhancementPR(legacyFeatureGateWithoutEnhancement).
685-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
685+
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
686686
mustRegister()
687687

688688
FeatureGateIngressControllerDynamicConfigurationManager = newFeatureGate("IngressControllerDynamicConfigurationManager").

machineconfiguration/v1/zz_generated.crd-manifests/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ spec:
10011001
/<datacenter>/network/<portgroup>.
10021002
items:
10031003
type: string
1004-
maxItems: 1
1004+
maxItems: 10
10051005
minItems: 1
10061006
type: array
10071007
x-kubernetes-list-type: atomic

payload-manifests/crds/0000_10_config-operator_01_infrastructures-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ spec:
718718
/<datacenter>/network/<portgroup>.
719719
items:
720720
type: string
721-
maxItems: 1
721+
maxItems: 10
722722
minItems: 1
723723
type: array
724724
x-kubernetes-list-type: atomic

payload-manifests/crds/0000_80_machine-config_01_controllerconfigs-Default.crd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ spec:
10011001
/<datacenter>/network/<portgroup>.
10021002
items:
10031003
type: string
1004-
maxItems: 1
1004+
maxItems: 10
10051005
minItems: 1
10061006
type: array
10071007
x-kubernetes-list-type: atomic

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@
187187
{
188188
"name": "VSphereMultiDisk"
189189
},
190-
{
191-
"name": "VSphereMultiNetworks"
192-
},
193190
{
194191
"name": "VolumeAttributesClass"
195192
},
@@ -303,6 +300,9 @@
303300
{
304301
"name": "UserNamespacesSupport"
305302
},
303+
{
304+
"name": "VSphereMultiNetworks"
305+
},
306306
{
307307
"name": "ValidatingAdmissionPolicy"
308308
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@
187187
{
188188
"name": "VSphereMultiDisk"
189189
},
190-
{
191-
"name": "VSphereMultiNetworks"
192-
},
193190
{
194191
"name": "VolumeAttributesClass"
195192
},
@@ -303,6 +300,9 @@
303300
{
304301
"name": "UserNamespacesSupport"
305302
},
303+
{
304+
"name": "VSphereMultiNetworks"
305+
},
306306
{
307307
"name": "ValidatingAdmissionPolicy"
308308
}

0 commit comments

Comments
 (0)