Merge pull request #26446 from pierrchen/headless

service-network: add some clarity to headless service
This commit is contained in:
Kubernetes Prow Robot
2021-02-10 06:34:59 -08:00
committed by GitHub
@@ -463,7 +463,7 @@ selectors defined:
For headless Services that define selectors, the endpoints controller creates
`Endpoints` records in the API, and modifies the DNS configuration to return
records (addresses) that point directly to the `Pods` backing the `Service`.
A records (IP addresses) that point directly to the `Pods` backing the `Service`.
### Without selectors