Bug 1948592 - [Cluster Network Operator] Missing Egress Router Controller
Summary: [Cluster Network Operator] Missing Egress Router Controller
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 4.8
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.8.0
Assignee: Ben Bennett
QA Contact: Weibin Liang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-04-12 14:32 UTC by Daniel Mellado
Modified: 2021-07-27 22:59 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-07-27 22:59:27 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift cluster-network-operator pull 887 0 None open Bug 1948592: Add Egress Router Controller 2021-04-12 14:33:36 UTC
Red Hat Product Errata RHSA-2021:2438 0 None None None 2021-07-27 22:59:43 UTC

Description Daniel Mellado 2021-04-12 14:32:27 UTC
Description of problem:

Due to CI issues, the controller patch for Egress Router failed to merge before FF.

Comment 2 Weibin Liang 2021-04-19 15:04:13 UTC
Tested and verified in 4.8.0-0.nightly-2021-04-19-071934

[weliang@weliang Config]$ oc get crd | grep egress
egressnetworkpolicies.network.openshift.io                        2021-04-19T13:33:10Z
egressrouters.network.operator.openshift.io                       2021-04-19T13:24:52Z
[weliang@weliang Config]$ cat test2.yaml 
apiVersion: network.operator.openshift.io/v1
kind: EgressRouter
metadata:
  name: egress-router-test
spec:
  addresses: [
    {
      ip: "192.168.3.10",
      gateway: "192.168.3.1",
    },
  ]
  mode: Redirect
  redirect: {
    redirectRules: [
      {
        destinationIP: "203.0.113.25",
        port: 65,
        protocol: TCP,
        targetPort: 75
      },
      {
        destinationIP: "203.0.113.26",
        port: 65535,
        protocol: SCTP,
      },
      {
        destinationIP: "203.0.113.27",
        port: 65534,
        protocol: UDP,
      },
    ],
    fallbackIP: "203.0.113.28"
  }
[weliang@weliang Config]$ oc create -f test2.yaml 
egressrouter.network.operator.openshift.io/egress-router-test created

Comment 7 errata-xmlrpc 2021-07-27 22:59:27 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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security 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/RHSA-2021:2438


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