Hi, I am working on a single node RKE2 deployment....
# general
n
Hi, I am working on a single node RKE2 deployment. I have a physical NIC and a dummy interface. I want RKE2 to bind to the dummy interface. RKE2 starts as expected, if the physical NIC has a network cable plugged in, but if I remove the network cable, cilium is crashlooping, because it can't connect to the api-server. Why is RKE2 depending on the physical NIC? How can I configure RKE2 to only use the dummy NIC ?
I had no default route for my dummy interface configured. I fixed it and now everything works as expected :)