From fa665b5bb9cd8467e299bce61e548b9fb9f9dbea Mon Sep 17 00:00:00 2001 From: x00416946 fisherxu Date: Thu, 3 Aug 2017 17:15:14 +0800 Subject: [PATCH] Add . to the end of the entry --- docs/concepts/services-networking/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 24a91dd366..751c2f0770 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -338,9 +338,9 @@ For headless services that do not define selectors, the endpoints controller doe not create `Endpoints` records. However, the DNS system looks for and configures either: - * CNAME records for `ExternalName`-type services + * CNAME records for `ExternalName`-type services. * A records for any `Endpoints` that share a name with the service, for all - other types + other types. ## Publishing services - service types