Hi, first apologies if this is dumb, I've not real...
# rke2
p
Hi, first apologies if this is dumb, I've not really worked with golang. If I set
bind-address
to something other than
0.0.0.0
that would mean kubeapi isn't on all interfaces, including
localhost
Therefore this test will fail: https://github.com/rancher/rke2/blob/master/pkg/podexecutor/staticpod.go#L351 as its hardcoded to
localhost
?