$ openshift-install version 4.8.9 Platform: BM IPI What happened? If there's no DHCP6 pool configured for cluster machines, the bootstrap VM does not get the IPv6 IP address since the below two NM fields are not configured by default: ~~~ ipv6.dhcp-duid: ipv6.dhcp-iaid: ~~~ Anything else we need to know? It appears that the bootstrap vm fix is landed in OCP 4.9: ~~~ https://github.com/openshift/machine-config-operator/blob/master/templates/common/on-prem/files/NetworkManager-onprem.conf.yaml#L9..L10 https://github.com/openshift/installer/blob/master/data/data/bootstrap/baremetal/files/etc/NetworkManager/conf.d/99-baremetal.conf ~~~
This was fixed via https://github.com/openshift/installer/pull/5110 - I'll backport it since it's only fixed since 4.9
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.8.17 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:3927