You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a problem for dual stack apiVIPs and ingressVIPs since it prevents keepalived from starting in the boostrap VM, breaking the installation entirely. The reason being identical router ids for both the IPv4 and IPv6 apiVIPs as both of those would have to bind to one single IP (bootstrapExternalStaticIP).
The workaround has been to ssh into the bootstrap node and run: ´ip addr add dev ens3´ then keepalived is able to start and have different router id for each IP.
What you expected to happen?
Have the option to set one IPv4 and IPv6 IPs at the same time so that keepalived in the bootstrap node can host both IPs from both IP families with different router ids.
How to reproduce it (as minimally and precisely as possible)?
Deploy a dualstack IPI baremetal cluster with static IPs and dualstack apiVIPs/ingressVIPs.
The text was updated successfully, but these errors were encountered:
Version
Platform:
Baremetal IPI
What happened?
We are currently installing a baremetal IPI dual stack cluster without DHCP. As far as we can tell, there is no way to allocate an IPv4 and an IPv6 static IPs for the bootstrap VM (Ref: https://github.com/openshift/installer/blob/master/data/data/bootstrap/baremetal/files/etc/NetworkManager/system-connections/nmconnection.template). Only one IP from one IP family can be injected via: platform.baremetal.bootstrapExternalStaticIP.
This is a problem for dual stack apiVIPs and ingressVIPs since it prevents keepalived from starting in the boostrap VM, breaking the installation entirely. The reason being identical router ids for both the IPv4 and IPv6 apiVIPs as both of those would have to bind to one single IP (bootstrapExternalStaticIP).
The workaround has been to ssh into the bootstrap node and run: ´ip addr add dev ens3´ then keepalived is able to start and have different router id for each IP.
What you expected to happen?
Have the option to set one IPv4 and IPv6 IPs at the same time so that keepalived in the bootstrap node can host both IPs from both IP families with different router ids.
How to reproduce it (as minimally and precisely as possible)?
Deploy a dualstack IPI baremetal cluster with static IPs and dualstack apiVIPs/ingressVIPs.
The text was updated successfully, but these errors were encountered: