-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Single-node bare-metal dual-stack installation fails #2120
Comments
Some further debugging: Creating a manual
moves the process along and a proper configuration file for One that's cleared the installation stops at
Adding a /64 IPv6 to the br-ex fixes this issues and moves the installation along. |
For anyone that encounters this issue - I ended up creating an additional
|
Describe the bug
I'm attempting to install OKD on a single bare metal node. The node uses static IP address assignment for both IPv4 and IPv6. The IPv6 address doesn't get configured on the interface, which ultimately leads to keepalived not coming up, which stops the VIPs from coming up which stops the installation (I think).
Version
4.17.0-okd-scos.0
How reproducible
I create a single node ISO using the following config (IPv6 obscured):
During the initial boot I can see that the IPv4 address is configured on the
enp7s0
interface as expected (and I can SSH to the machine), but not the IPv6 one (only comes up with link-local):Once the system pivots and upgrades I can see the static pods coming up (including
keepalived
andkeepalived-monitor
), but the/etc/keepalived/keepalived.conf
is missing.keepalived-monitor
logs:keepalived
logs (addresses redacted):If I manually assign the VIPs (both apps and api) to the
br-ex
interface the installation proceeds but at some stage the IPs disappear (I think due tokeepalived
pod removing them).The text was updated successfully, but these errors were encountered: