external-dns.alpha.kubernetes.io/target on Gateway API hen using AWS LBC is redundant #6062
FernandoMiguel
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm confused about the redundant use of the annotation
external-dns.alpha.kubernetes.io/targetwhen using Gateway API on an EKS cluster with AWS LBControllerAWS LBC will create the LB and update the status of the Gateway object, but eDNS still requires the use of the annotation with the same information
This requires us to use a kyverno mutation, just to add this bit of information that is already available in the same object.
Can this be somehow pulled from the status directly instead of having to add a static annotation?
Beta Was this translation helpful? Give feedback.
All reactions