From 5a67cf2681ba4c0360819e9933557186d1488f39 Mon Sep 17 00:00:00 2001 From: Andrew Sy Kim Date: Tue, 24 Nov 2020 21:37:12 -0500 Subject: [PATCH] fix trailing spaces in endpointslice doc Signed-off-by: Andrew Sy Kim --- content/en/docs/concepts/services-networking/endpoint-slices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/endpoint-slices.md b/content/en/docs/concepts/services-networking/endpoint-slices.md index 9dd57efd87..11b788a0ca 100644 --- a/content/en/docs/concepts/services-networking/endpoint-slices.md +++ b/content/en/docs/concepts/services-networking/endpoint-slices.md @@ -44,7 +44,7 @@ for any Kubernetes Service that has a {{< glossary_tooltip text="selector" term_id="selector" >}} specified. These EndpointSlices include references to all the Pods that match the Service selector. EndpointSlices group network endpoints together by unique combinations of protocol, port number, and -Service name. +Service name. The name of a EndpointSlice object must be a valid [DNS subdomain name](/docs/concepts/overview/working-with-objects/names#dns-subdomain-names).