Skip to content
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

Default bind address is IPv4 only preventing IPv6 based testing by default #29

Open
somemarco opened this issue Oct 2, 2024 · 0 comments

Comments

@somemarco
Copy link

I was following the Calico IPv6 only setup for Kubernetes which uses this utility for the NetworkPolicy Demo. I used the deployed images also for connectivity testing in the Cluster - given that connections were unsuccessfull I assumed some CNI/Calico/Kubernetes problems - wasting some hours. In the end it was (as previously for other services) simply that it only bind to IPv4 stack.

Question: Would it be not better/possible to bind per default to both IPv4/IPv6 wildcard addresses?

I tripped again on this "only-binds-to-IPv4" as already a couple of times on other services - that's on me but still would be nice if the default would also cover IPv6.

Workaround for the Network Policy Demo manifests is to supplement the command arguments with --http-address=::.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant