Bug 1812245
Summary: | Whereabouts IPAM CNI should use CR in whereabouts.cni.cncf.io | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Weibin Liang <weliang> | |
Component: | Networking | Assignee: | Douglas Smith <dosmith> | |
Networking sub component: | multus | QA Contact: | Weibin Liang <weliang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | unspecified | CC: | bbennett | |
Version: | 4.5 | |||
Target Milestone: | --- | |||
Target Release: | 4.5.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1813031 (view as bug list) | Environment: | ||
Last Closed: | 2020-07-13 17:19:39 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1813031 |
Description
Weibin Liang
2020-03-10 20:07:30 UTC
Same issue happened in 4.4.0-0.nightly-2020-03-11-095741 I found an additional bug while fixing this one, BZ @ https://bugzilla.redhat.com/show_bug.cgi?id=1812676 Tested and verified in 4.5.0-0.nightly-2020-04-21-103613 [weliang@weliang ~]$ oc get pods NAME READY STATUS RESTARTS AGE pod-macvlan-bridge-whereabouts 1/1 Running 0 2m [weliang@weliang ~]$ [weliang@weliang ~]$ oc rsh pod-macvlan-bridge-whereabouts / # ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 3: eth0@if30: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 8951 qdisc noqueue state UP link/ether 0a:58:0a:83:00:19 brd ff:ff:ff:ff:ff:ff inet 10.131.0.25/23 brd 10.131.1.255 scope global eth0 valid_lft forever preferred_lft forever inet6 fe80::7821:3dff:fe92:6866/64 scope link valid_lft forever preferred_lft forever 4: net1@if2: <BROADCAST,MULTICAST,UP,LOWER_UP,M-DOWN> mtu 9001 qdisc noqueue state UP link/ether 52:0c:f8:c8:ce:31 brd ff:ff:ff:ff:ff:ff inet 192.168.2.225/28 brd 192.168.2.239 scope global net1 valid_lft forever preferred_lft forever inet6 fe80::500c:f8ff:fec8:ce31/64 scope link valid_lft forever preferred_lft forever 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, 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-2020:2409 |