-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to disable hairpinMode with Kind? #3118
Comments
That behavior is a Kubernetes networking requirement
IIRC that is a legacy thing from the kubenet times that no longer works, it was deprecated and removed with the dockershim Maybe others CNI plugins different than kindnet may support this |
Thanks @aojea! |
Hi @aojea, I do not have a lot of context about |
yeah, but kind does not use dockershim :) that config is. no-op |
I am trying to disable
hairpinMode
with Kind. However, it does not work.Reproduce
kind-config.yaml
example.yaml
In my expectation, both
curl
commands in Step 5 should fail because I disabled thehairpinMode
. Thanks!The text was updated successfully, but these errors were encountered: