Skip to content

Commit

Permalink
Merge pull request openshift#2058 from maiqueb/graduate-persistent-ip…
Browse files Browse the repository at this point in the history
…s-api

CNV-47438: ipam, virt: graduate persistent ips feature gate to GA
  • Loading branch information
openshift-merge-bot[bot] authored and dfitzmau committed Jan 14, 2025
2 parents 78bd56d + b701a1f commit 343b5d4
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion features.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
| NutanixMultiSubnets| | | <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> |
| OVNObservability| | | <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> |
| OnClusterBuild| | | <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> |
| PersistentIPsForVirtualization| | | <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> |
| PinnedImages| | | <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> |
| PlatformOperators| | | <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> |
| ProcMountType| | | <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> |
Expand Down Expand Up @@ -80,6 +79,7 @@
| NetworkLiveMigration| <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> |
| NodeDisruptionPolicy| <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> |
| OpenShiftPodSecurityAdmission| <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> |
| PersistentIPsForVirtualization| <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> |
| PrivateHostedZoneAWS| <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> |
| 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> |
| 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> |
Expand Down
2 changes: 1 addition & 1 deletion features/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ var (
contactPerson("mduarted").
productScope(ocpSpecific).
enhancementPR(legacyFeatureGateWithoutEnhancement).
enableIn(configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
enableIn(configv1.Default, configv1.DevPreviewNoUpgrade, configv1.TechPreviewNoUpgrade).
mustRegister()

FeatureGateClusterMonitoringConfig = newFeatureGate("ClusterMonitoringConfig").
Expand Down
4 changes: 3 additions & 1 deletion openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -30306,7 +30306,9 @@
"type": "boolean"
},
"disableMultiNetwork": {
"description": "disableMultiNetwork specifies whether or not multiple pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled.",
"description": "disableMultiNetwork enables multiple network support when the OVN-Kubernetes Container Network Interface (CNI) plugin sets the parameter to the default value of 'false'.
During cluster installation only, you can use a third-party CNI, such as Multus CNI, to set the disableMultiNetwork parameter to 'true', and this setting disables multiple pod network support.
Red{nbsp}Hat does not support third-party CNIs.",
"type": "boolean"
},
"disableNetworkDiagnostics": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@
{
"name": "OnClusterBuild"
},
{
"name": "PersistentIPsForVirtualization"
},
{
"name": "PinnedImages"
},
Expand Down Expand Up @@ -255,6 +252,9 @@
{
"name": "OpenShiftPodSecurityAdmission"
},
{
"name": "PersistentIPsForVirtualization"
},
{
"name": "PrivateHostedZoneAWS"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@
{
"name": "OnClusterBuild"
},
{
"name": "PersistentIPsForVirtualization"
},
{
"name": "PinnedImages"
},
Expand Down Expand Up @@ -255,6 +252,9 @@
{
"name": "OpenShiftPodSecurityAdmission"
},
{
"name": "PersistentIPsForVirtualization"
},
{
"name": "PrivateHostedZoneAWS"
},
Expand Down

0 comments on commit 343b5d4

Please sign in to comment.