-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
AWS EKS IPv6 Cluster unable to use nginx ingress #11154
Comments
This issue is currently awaiting triage. If Ingress contributors determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The information you have posted is not enough to analyze the problem. The template of a new bug report asks questions that help to collect data on a issue. Look at the template and answer those questions by editing your issue description. /remove-kind bug |
This is stale, but we won't close it automatically, just bare in mind the maintainers may be busy with other tasks and will reach your issue ASAP. If you have any question or request to prioritize this, please reach |
Just a note that we have experienced similar issue, using a AWS EKS cluster IPv6 with ingress-nginx ( |
Has anyone encountered the same issue as me?
I deployed an EKS IPv6 cluster and modified the IPv4 to IPv6 in the deploy.yaml file according to the documentation below in the ipFamilies section. The installation was successful, but the ingress applications deployed cannot be accessed. They just time out after waiting for a long time.
The same deploy.yaml file works perfectly fine when installed on an EKS IPv4 cluster. Has anyone encountered this issue? Also, the documentation seems a bit incomplete and does not provide deployment guidelines for EKS IPv6.
deploy.yaml: https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.10.0/deploy/static/provider/aws/deploy.yaml
Ingress-Nginx Deployment: https://kubernetes.github.io/ingress-nginx/deploy/#network-load-balancer-nlb
The text was updated successfully, but these errors were encountered: