Hide Forgot
https://github.com/openshift/origin/pull/21808
Checked on ocp build v3.11.82 and vsphere platform After add VIP to the node via ipfailover, the node IP will not be switched to the virtual ips. # ip a s ens192 2: ens192: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 link/ether 00:50:56:9f:9d:89 brd ff:ff:ff:ff:ff:ff inet 10.66.146.238/22 brd 10.66.147.255 scope global noprefixroute dynamic ens192 valid_lft 79369sec preferred_lft 79369sec inet 10.66.147.200/32 scope global ens192 valid_lft forever preferred_lft forever inet 10.66.147.201/32 scope global ens192 valid_lft forever preferred_lft forever inet6 fe80::379a:d274:c448:d980/64 scope link tentative dadfailed valid_lft forever preferred_lft forever inet6 fe80::fc1c:bae6:8dac:d2ed/64 scope link tentative dadfailed valid_lft forever preferred_lft forever inet6 fe80::f497:122c:8d5:60e1/64 scope link tentative dadfailed valid_lft forever preferred_lft forever # oc get hostsubnet NAME HOST HOST IP SUBNET EGRESS CIDRS EGRESS IPS ocp311.master.vsphere.local ocp311.master.vsphere.local 10.66.144.168 10.128.0.0/23 [] [] ocp311.node1.vsphere.local ocp311.node1.vsphere.local 10.66.146.238 10.129.0.0/23 [] [] ocp311.node2.vsphere.local ocp311.node2.vsphere.local 10.66.147.208 10.130.0.0/23 [] [] # oc get node -o yaml ocp311.node1.vsphere.local status: addresses: - address: 10.66.146.238 type: ExternalIP - address: 10.66.146.238 type: InternalIP - address: ocp311.node1.vsphere.local type: Hostname
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-2019:0326