This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
Operator should allow setting AWS ELB/NLB annotations #399
Labels
area/gateway-api
Issues or PRs related to the Gateway (Gateway API working group) API.
aws
kind/feature
Categorizes issue or PR as related to a new feature.
lifecycle/needs-triage
Indicates that an issue needs to be triaged by a project contributor.
I’d like to be able to pass annotations for the AWS ELB (https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.2/guide/service/annotations/) down to the load balancer. The annotations are typically defined on the service object itself but since the service for the LB is created and managed by the Operator, it’d be good to be able to declaratively set these instead of patching after the object is deployed.
Imagine something like
The text was updated successfully, but these errors were encountered: