We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to support Gateway infrastructure, thanks! https://kubernetes.io/blog/2023/11/28/gateway-api-ga/#gateway-infrastructure-labels
infrastructure
It will help us pass service.beta.kubernetes.io/aws-load-balancer-type: nlb to use AWS Network Load Balancer ☺️
service.beta.kubernetes.io/aws-load-balancer-type: nlb
apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: traefik-gateway namespace: traefik annotations: cert-manager.io/cluster-issuer: staging-lets-encrypt-issuer spec: gatewayClassName: cilium infrastructure: annotations: service.beta.kubernetes.io/aws-load-balancer-type: nlb # ...
The text was updated successfully, but these errors were encountered:
Yes, it would be great. Thanks for this issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Welcome!
What did you expect to see?
It would be great to support Gateway
infrastructure
, thanks!https://kubernetes.io/blog/2023/11/28/gateway-api-ga/#gateway-infrastructure-labels
It will help us pass☺️
service.beta.kubernetes.io/aws-load-balancer-type: nlb
to use AWS Network Load BalancerThe text was updated successfully, but these errors were encountered: