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
Hi guys. I have issue with connecting to PODs itself via service ip.
I determined that the problem with the wrong fallback to harpin-veth.
In kubelet output I have message:
W0322 09:27:09.399179 25899 kubelet.go:508] Hairpin mode set to "promiscuous-bridge" but configureCBR0 is false, falling back to "hairpin-veth"
I0322 09:27:09.399219 25899 kubelet.go:380] Hairpin mode set to "hairpin-veth"
Hi guys. I have issue with connecting to PODs itself via service ip.
I determined that the problem with the wrong fallback to harpin-veth.
In kubelet output I have message:
But hairpin_mode for interfaces is 0:
If I set kubelet
--hairpin-mod=hairpin-veth
all is ok.Kubelet output
and
I think problem is there
https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L408
Because used hairpinMode variable, but value was set above to klet.hairpinMode (https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/kubelet.go#L378) .
The text was updated successfully, but these errors were encountered: