Hide Forgot
Deployment Successful #10069 - standard cluster, dual-stack [kni@provisionhost-0-0 ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.0-0.nightly-2021-12-08-041936 True False 37m Cluster version is 4.9.0-0.nightly-2021-12-08-041936 [core@master-0-0 ~]$ cat /etc/keepalived/keepalived.conf "... vrrp_instance ocp-edge-cluster-0_INGRESS { state BACKUP interface br-ex virtual_router_id 110 priority 20 advert_int 1 unicast_src_ip 192.168.123.72 unicast_peer { 192.168.123.51 192.168.123.70 192.168.123.79 192.168.123.144 } ..." [core@master-0-1 ~]$ cat /etc/keepalived/keepalived.conf "... vrrp_instance ocp-edge-cluster-0_INGRESS { state BACKUP interface br-ex virtual_router_id 110 priority 20 advert_int 1 unicast_src_ip 192.168.123.51 unicast_peer { 192.168.123.72 192.168.123.70 192.168.123.79 192.168.123.144 } ..." [core@master-0-2 ~]$ cat /etc/keepalived/keepalived.conf "... vrrp_instance ocp-edge-cluster-0_INGRESS { state BACKUP interface br-ex virtual_router_id 110 priority 20 advert_int 1 unicast_src_ip 192.168.123.70 unicast_peer { 192.168.123.72 192.168.123.51 192.168.123.79 192.168.123.144 } ..." [core@worker-0-1 ~]$ cat /etc/keepalived/keepalived.conf^C "... vrrp_instance ocp-edge-cluster-0_INGRESS { state BACKUP interface br-ex virtual_router_id 110 priority 20 advert_int 1 unicast_src_ip 192.168.123.79 unicast_peer { 192.168.123.72 192.168.123.51 192.168.123.70 192.168.123.144 } ..." [core@worker-0-0 ~]$ cat /etc/keepalived/keepalived.conf^C "... unicast_src_ip 192.168.123.144 unicast_peer { 192.168.123.72 192.168.123.51 192.168.123.70 192.168.123.79 } ..." ingress peer lists contain only ipv4 addresses
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.12 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-2021:5214