Floating IP (static egress) missing from node
Issue
- Floating IP (static egress) missing from node
root@host ~]# ip a | grep 10.x.x.128
[root@host ~]#
NOT FOUND ^
[root@host ~]# oc get netnamespaces | grep <egress_route_namespace>
<egress_route_namespace> [000001] [10.x.x.128]
[root@host ~]# oc get hostsubnet | grep 10.x.x.128
route.host.example.com route.host.example.com 10.x.x.a 192.x.x.0/27 [10.x.x.0/22] [10.x.x.a, 10.x.x.b, 10.x.x.128, 10.x.x.d, 10.x.x.e, 10.x.x.f, 10.x.x.g, 10.x.x.h, 10.x.x.i, 10.x.x.j]
[root@host ~]# oc get netnamespaces <egress_route_namespace> --show-labels
NAME NETID EGRESS IPS LABELS
<namespace> 0000001 [10.x.x.128] vlanlabelexample,fip0=10.x.x.128,fip1=10.x.x.129
- the Egress IP is known in the namespace, the route is set and the hostsubnets are defined, but the host node does not log the egress IP.
Environment
- Red Hat OpenShift Container Platform (OCP) 3.11.200+
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.