-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nginx should bind to tcp6 as well as tcp4 #96
Comments
@sajal |
I am currently working on #77, which will change all variable names in the ingress template from Edit: |
Any idea when this will be implemented? I'm trying to use nginx for supporting both IPv4/Ipv6 to front a All-IPv4 K8S cluster. |
@sajal we're not planning to support it yet. as a workaround, you can customize the listen directives in the templates as shown in #96 (comment) Please also see https://github.com/nginxinc/kubernetes-ingress/tree/master/examples/custom-templates You also need to configure |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
Hello, Why can't we just add this into the default template:
? It seems like a very easy fix and the community NGINX ingress is already supporting IPv6, so why is the NGINX ingress from NGINX inc lagging behind? Would the members of the NGINX Inc accept my pull request if I add similar lines to the default template that would allow IPv6 support? |
Related to #991 |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
/unstale |
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
It is. There were multiple ipv6 related issues. |
I would be interested in having nginx listen to ipv6. I am using this with
hostNetwork: true
so I am not limited by lack of IPv6 support in kubernetes.@thetechnick commented that they have "pull requests incoming for ipv6 binding", I would like to inquire of the status of that.
I think a good default is to listen on IPv6 by default. For PoC I turned on IPv6 by editing the template.
Is that the correct way to make nginx listen on both v4 and v6?
Aha! Link: https://nginx.aha.io/features/IC-112
The text was updated successfully, but these errors were encountered: