From f066890632ddae67b0c496871d17704e3defb981 Mon Sep 17 00:00:00 2001 From: Joshua Perry Date: Thu, 9 Jun 2016 14:04:30 -0600 Subject: [PATCH] Delint --- docs/user-guide/services/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user-guide/services/index.md b/docs/user-guide/services/index.md index 2084733810..587a740fea 100644 --- a/docs/user-guide/services/index.md +++ b/docs/user-guide/services/index.md @@ -328,12 +328,14 @@ for them. How DNS is automatically configured depends on if the service has 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`. ### Without selectors + For headless services that do not define selectors, the endpoints controller does not create `Endpoints` records. However, the DNS system looks for and configures A records for any `Endpoints` that share a name with the service.