From 015ee234502865c6370df42c44ea4acebcbd2676 Mon Sep 17 00:00:00 2001 From: Joshua Perry Date: Thu, 9 Jun 2016 14:10:20 -0600 Subject: [PATCH] Wording update --- docs/user-guide/services/index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md index 587a740fea..b34ce10d7c 100644 --- a/docs/user-guide/services/index.md +++ b/docs/user-guide/services/index.md @@ -329,10 +329,9 @@ selectors or not. ### With selectors -For headless services that define selectors, the endpoints controller will still -create `Endpoints` records in the API, and DNS is configured to return multiple A -records (addresses) for the `Service` name which point directly to the `Pods` -backing the `Service`. +For headless services that define selectors, the endpoints controller creates +`Endpoints` records in the API, and modifies the DNS configuration to return A +records (addresses) which point directly to the `Pods` backing the `Service`. ### Without selectors