-
Bug
-
Resolution: Done-Errata
-
Major
-
4.12
-
Quality / Stability / Reliability
-
False
-
-
None
-
Moderate
-
No
-
None
-
None
-
None
-
Done
-
Release Note Not Required
-
N/A
-
None
-
None
-
-
None
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:
- blocks
-
OCPBUGS-35407 Cannot disable feature migration for egressIP during offline SDN migration
-
- Closed
-
- is cloned by
-
OCPBUGS-35407 Cannot disable feature migration for egressIP during offline SDN migration
-
- Closed
-
- links to
-
RHEA-2024:3718
OpenShift Container Platform 4.17.z bug fix update