-
Hi, I would like to use a VIP for the controlplane nodes, but config examples show: https://www.talos.dev/v1.5/talos-guides/network/vip/
As this did not work, I thought the interfacename might be not correct. And indeed its enx Regards |
Beta Was this translation helpful? Give feedback.
Answered by
smira
Sep 28, 2023
Replies: 1 comment 1 reply
-
There are two ways:
e.g. you could use some "fake" selector if you have a single link (most probably your busPath starts with 0): machine:
network:
interfaces:
- deviceSelector:
busPath: "0*"
dhcp: true
vip:
ip: 192.168.0.15 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
smira
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are two ways:
net.ifnames=0
on the first boot, it will be persisted after that)e.g. you could use some "fake" selector if you have a single link (most probably your busPath starts with 0):