From 9673cd2f7512f0238bbca0a7ce908e7f01682f8a Mon Sep 17 00:00:00 2001 From: Shabir Mohamed Abdul Samadh <7249208+Shabirmean@users.noreply.github.com> Date: Fri, 29 Apr 2022 10:25:28 -0400 Subject: [PATCH] doc: apply suggestions from code review Co-authored-by: divya-mohan0209 --- content/en/docs/concepts/services-networking/service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 6d3312e204..5d2d72d0b1 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -205,8 +205,8 @@ The name of the Endpoints object must be a valid [DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names). When you create an [Endpoints](docs/reference/kubernetes-api/service-resources/endpoints-v1/) -object for a Service, you set the name of the new Endpoints object to be the same as the -name of the Service. +object for a Service, you set the name of the new object to be the same as that +of the Service. {{< note >}} The endpoint IPs _must not_ be: loopback (127.0.0.0/8 for IPv4, ::1/128 for IPv6), or