Right now I have made a fake dummy interface and given it a default route, but I feel like there must be a better way?
quiet-memory-19288
03/31/2023, 11:18 PM
And/or is there a better network then flannel I should use? I tried calico, since it claims it will make its own default route for you, but it installed a LOT of pods and this is on a small COTS system that is very limited, so I really love K3s little foot print and dont want the extra stuff.
quiet-memory-19288
03/31/2023, 11:21 PM
Another thing I tried was making a interface (that doesn’t really do anything) hold a default route with a low metric, so if the real interface with DHCP ever comes up, it will be the default route.
c
creamy-pencil-82913
04/01/2023, 12:59 AM
yeah, that’s the best way to do it. You need a dummy interface with a high-cost default route for kube-proxy to work properly