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

Gateway API Stuck in ‘Pending’ State with AWS ALB Controller on EKS 1.31 (Works with NGINX Ingress) #4024

Open
felipemoskit opened this issue Jan 21, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@felipemoskit
Copy link

Describe the bug
I am trying to configure the Gateway API using the AWS ALB Controller, but the Gateway remains stuck in a “Pending” state. When I switch to the NGINX Ingress Controller, it works as expected. However, due to our environment’s standardization, we would prefer to use the AWS ALB Controller. I have read some older issues regarding this configuration, but I would like to confirm if the ALB Controller already supports installation and configuration for the Gateway API or if it is still not fully supported.

Steps to reproduce

Install the AWS ALB Controller (version 2.10.1).
Deploy the Gateway API resources on an EKS cluster running version 1.31.
Observe that the Gateway remains in a “Pending” state and never becomes active.
Expected outcome
The Gateway API should be successfully installed and configured using the AWS ALB Controller, transitioning to an active/healthy state without getting stuck in “Pending.”

Environment

AWS Load Balancer Controller version: 2.10.1
Kubernetes version: 1.31
EKS (yes/no): Yes, EKS version 1.31
Additional context
Any help or guidance on this matter would be appreciated. Thank you!

@zac-nixon
Copy link
Collaborator

Gateway API is not currently supported by the controller but we are actively working on it.
#1338

@zac-nixon zac-nixon added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants