KubeDNS : Headless Service - Records are overwrited when using deployment replicas #52278
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/feature
Categorizes issue or PR as related to a new feature.
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
/area dns
What happened:
KubeDNS overwrite the last replica records (IP/Host) in subdomain, instead of appending the records in KubeDNS.
What you expected to happen:
I'm trying to make a DNS "loadbalance" with Headless Service (https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/) with replicas from a deployment.
Trying to resolve a $hostname.$subdomain.$namespace.svc.cluster.local from KubeDNS, I expect to receive a IP list to the same $hostname.
How to reproduce it (as minimally and precisely as possible):
Here you are Yaml file:
Testing:
Environment:
The text was updated successfully, but these errors were encountered: