Hide Forgot
Description of problem: Version-Release number of selected component (if applicable): 4.9 How reproducible: - Always Steps to Reproduce: 1. Apply EIP similar to the following: apiVersion: k8s.ovn.org/v1 kind: EgressIP metadata: name: egressip-1 spec: egressIPs: - 172.18.0.33 namespaceSelector: matchLabels: name: test podSelector: matchLabels: name: test-1 --- apiVersion: k8s.ovn.org/v1 kind: EgressIP metadata: name: egressip-2 spec: egressIPs: - 172.18.0.44 namespaceSelector: matchLabels: name: test podSelector: matchLabels: name: test-2 Actual results: Only the first egress IP works Expected results: Both egressip-1 and egressip-2 should work
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.9.24 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2022:0798