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

Support Gateway infrastructure #1157

Closed
2 tasks done
hongbo-miao opened this issue Aug 3, 2024 · 1 comment · Fixed by #1219
Closed
2 tasks done

Support Gateway infrastructure #1157

hongbo-miao opened this issue Aug 3, 2024 · 1 comment · Fixed by #1219
Labels
kind/enhancement New feature or request

Comments

@hongbo-miao
Copy link

hongbo-miao commented Aug 3, 2024

Welcome!

  • Yes, I've searched similar issues on GitHub and didn't find any.
  • Yes, I've searched similar issues on the Traefik community forum and didn't find any.

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 Balancer ☺️

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
  # ...
@mloiseleur
Copy link
Contributor

Yes, it would be great. Thanks for this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants