Wording update

pull/630/head
Joshua Perry 2016-06-09 14:10:20 -06:00 committed by GitHub
parent f066890632
commit 015ee23450
1 changed files with 3 additions and 4 deletions

View File

@ -329,10 +329,9 @@ selectors or not.
### With selectors ### With selectors
For headless services that define selectors, the endpoints controller will still For headless services that define selectors, the endpoints controller creates
create `Endpoints` records in the API, and DNS is configured to return multiple A `Endpoints` records in the API, and modifies the DNS configuration to return A
records (addresses) for the `Service` name which point directly to the `Pods` records (addresses) which point directly to the `Pods` backing the `Service`.
backing the `Service`.
### Without selectors ### Without selectors