You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Cloud Operation guidelines require us to attach specific tags to all of our resources for billing/governance reasons. Using the Gateway API to manage VPC Lattice components makes this impossible.
Doing this is supported in the aws-load-balancer component here:
Hello!
Our Cloud Operation guidelines require us to attach specific tags to all of our resources for billing/governance reasons. Using the Gateway API to manage VPC Lattice components makes this impossible.
Doing this is supported in the aws-load-balancer component here:
https://kubernetes-sigs.github.io/aws-load-balancer-controller/v2.7/guide/ingress/annotations/#resource-tags
alb.ingress.kubernetes.io/tags: Environment=dev,Team=test,component=my-component
We need to be able to add something like:
application-networking.k8s.aws/tags: Environment=dev,Team=test,component=my-component
and have it set the tags on the TargetGroup/Service/Listener etc.
The text was updated successfully, but these errors were encountered: