Is there any annotation for target-node-labels ? #4289
haghayeghh
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
-
anyone knows how to annotate external-dns for a k8s service to update a DNS record for specific worker nodes e.g: labels. in below example I see the all the worker nodes IP have been added into the A record but I want to have the IP address of nodes that service selector have picked their pod to be added on route 53. e,g:
Basically I'm looking for an annotation like
external-dns.alpha.kubernetes.io/target-node-label: node_name=test
where the node_name is the label of worker node with value of testBeta Was this translation helpful? Give feedback.
All reactions