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
Is your feature request related to a problem? Please describe.
I am using external-dns with settings that makes it label-driven instead of annotation-driven. Because opensearch does not allow me to add user-defined labels to the ingress I cannot get external-dns to pick up the opensearch ingress and automatically create a DNS entry for the endpoint.
Describe the solution you'd like
I would like to be able to add user-defined labels in a similar fashion as annotations to the ingress resource created by the helm chart.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered:
Hey @jwitko thanks for raising an issue, I see your problem, this should be an easy fix, just like how it was added to service labels, we should add the same way to ingress and then you can pass the external-dns label that can added to ingress file, are you open to raise a PR?
Thank you @bbarani@rishabh6788
Is your feature request related to a problem? Please describe.
I am using
external-dns
with settings that makes it label-driven instead of annotation-driven. Because opensearch does not allow me to add user-defined labels to the ingress I cannot getexternal-dns
to pick up the opensearch ingress and automatically create a DNS entry for the endpoint.Describe the solution you'd like
I would like to be able to add user-defined labels in a similar fashion as annotations to the ingress resource created by the helm chart.
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: