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
The ClusterConfig is picking up the secondary IP address (192.168.1.240) as the API address but should be choosing the primary IP address 192.168.1.254.
Before creating an issue, make sure you've checked the following:
Platform
aarch64 & x86_64 (arch linux)
Version
No response
Sysinfo
`k0s sysinfo`
What happened?
I have a controller node defined with two IP addresses. The primary network adress is 192.168.1.254, the secondary address is 192.168.1.240/32:
In k0sctl, I specify:
The ClusterConfig is picking up the secondary IP address (192.168.1.240) as the API address but should be choosing the primary IP address 192.168.1.254.
Steps to reproduce
ip addr add 192.168.1.240/32 dev eth0
onto the controller nodeExpected behavior
ClusterConfig should have been defined with the primary interface address 192.168.1.254.
Actual behavior
ClusterConfig should have been defined with the primary interface address 192.168.1.240.
Screenshots and logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: