When doing offline SDN migration, setting the parameter "spec.migration.features.egressIP" to "false" to disable automatic migration of egressIP configuration doesn't work.
Environment
- Red Hat OpenShift Container Platform 4.x
Issue
- When doing offline SDN migration, setting the parameter "spec.migration.features.egressIP" to "false" to disable automatic migration of egressIP configuration doesn't work.
Resolution
- Currently this is awaiting a fix to function properly. When this is set and an offline migration of SDN to OVN is done, the egressIP will still be created.
Root Cause
This is a bug currently being tracked in This content is not included.OCPBUG-30948. Once a fix is released, this document will be updated with the fix versions.
Diagnostic Steps
Set the spec.migration.features.egressIP boolean to false as per step 3 in the Migrating to the OVN-Kubernetes network plugin
oc patch Network.operator.openshift.io cluster --type='merge' \
--patch '{
"spec": {
"migration": {
"networkType": "OVNKubernetes",
"features": {
"egressIP": false
SBR
Product(s)
Components
Category
Tags
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.