-
Bug
-
Resolution: Done-Errata
-
Major
-
None
-
4.12
-
Moderate
-
No
-
False
-
-
N/A
-
Release Note Not Required
-
Done
-
-
-
08/01 Need to backport to 4.14 or get the egressIP migration feature out of the docs
-
-
This is a clone of issue OCPBUGS-30948. The following is the description of the original issue:
—
Description of problem:
When doing offline SDN migration, setting the parameter "spec.migration.features.egressIP" to "false" to disable automatic migration of egressIP configuration doesn't work.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1. Launch a cluster with OpenShiftSDN. Configure an egressip to a node. 2. Start offline SDN migration. 3. In step-3, execute oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{ "spec": { "migration": { "networkType": "OVNKubernetes", "features": { "egressIP": false } } } }'
Actual results:
An egressip.k8s.ovn.org CR is created automatcially.
Expected results:
No egressip CR shall be created for OVN-K
Additional info:
- clones
-
OCPBUGS-30948 Cannot disable feature migration for egressIP during offline SDN migration
- Closed
- is blocked by
-
OCPBUGS-30948 Cannot disable feature migration for egressIP during offline SDN migration
- Closed
- links to
-
RHBA-2024:5422 OpenShift Container Platform 4.16.z bug fix update