Bug 2055549 - Unable to create more than one egress IP per namespace
Summary: Unable to create more than one egress IP per namespace
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.9
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.9.z
Assignee: Patryk Diak
QA Contact: huirwang
URL:
Whiteboard:
Depends On: 2055551
Blocks: 2057931
TreeView+ depends on / blocked
 
Reported: 2022-02-17 08:31 UTC by Patryk Diak
Modified: 2022-03-16 11:39 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2055551 (view as bug list)
Environment:
Last Closed: 2022-03-16 11:39:10 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift ovn-kubernetes pull 962 0 None open [release-4.9] Bug 2055549: Fix podHandlerCache key 2022-02-17 08:39:51 UTC
Red Hat Product Errata RHBA-2022:0798 0 None None None 2022-03-16 11:39:33 UTC

Description Patryk Diak 2022-02-17 08:31:40 UTC
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

Comment 6 errata-xmlrpc 2022-03-16 11:39:10 UTC
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


Note You need to log in before you can comment on or make changes to this bug.