Skip to content

Commit 3365d09

Browse files
committed
SPLAT-2044 - [vsphere] promote multi-nic to default
1 parent 50cb52d commit 3365d09

8 files changed

+12
-12
lines changed

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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
| 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> |
6464
| 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> |
6565
| 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> |
66-
| 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> |
6766
| 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> |
6867
| 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> |
6968
| 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> |
@@ -95,6 +94,7 @@
9594
| 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> |
9695
| VSphereControlPlaneMachineSet| <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
| VSphereDriverConfiguration| <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> |
97+
| 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> |
9898
| VSphereMultiVCenters| <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
| VSphereStaticIPs| <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> |
100100
| 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

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ var (
700700
contactPerson("rvanderp").
701701
productScope(ocpSpecific).
702702
enhancementPR(legacyFeatureGateWithoutEnhancement).
703-
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
703+
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
704704
mustRegister()
705705

706706
FeatureGateIngressControllerDynamicConfigurationManager = newFeatureGate("IngressControllerDynamicConfigurationManager").

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

+1-1
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

+1-1
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

+1-1
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@
202202
{
203203
"name": "VSphereMultiDisk"
204204
},
205-
{
206-
"name": "VSphereMultiNetworks"
207-
},
208205
{
209206
"name": "VolumeAttributesClass"
210207
},
@@ -300,6 +297,9 @@
300297
{
301298
"name": "VSphereDriverConfiguration"
302299
},
300+
{
301+
"name": "VSphereMultiNetworks"
302+
},
303303
{
304304
"name": "VSphereMultiVCenters"
305305
},

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@
202202
{
203203
"name": "VSphereMultiDisk"
204204
},
205-
{
206-
"name": "VSphereMultiNetworks"
207-
},
208205
{
209206
"name": "VolumeAttributesClass"
210207
},
@@ -300,6 +297,9 @@
300297
{
301298
"name": "VSphereDriverConfiguration"
302299
},
300+
{
301+
"name": "VSphereMultiNetworks"
302+
},
303303
{
304304
"name": "VSphereMultiVCenters"
305305
},

0 commit comments

Comments
 (0)