From 10c6760e126f5b783a24ceca925333590f5d19bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=A2=E6=8C=AF=E5=85=B410069964?= Date: Fri, 8 Nov 2019 09:03:32 +0800 Subject: [PATCH] add enable Endpoint Slices --- content/en/docs/concepts/services-networking/endpoint-slices.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/concepts/services-networking/endpoint-slices.md b/content/en/docs/concepts/services-networking/endpoint-slices.md index 80049ae087a2e..67ba02989e72a 100644 --- a/content/en/docs/concepts/services-networking/endpoint-slices.md +++ b/content/en/docs/concepts/services-networking/endpoint-slices.md @@ -59,6 +59,8 @@ endpoints: topology.kubernetes.io/zone: us-west2-a ``` +Additionally, you must [enable Endpoint Slices](/docs/tasks/administer-cluster/enabling-endpoint-slices/#enabling-endpoint-slices) first. + By default, Endpoint Slices managed by the EndpointSlice controller will have no more than 100 endpoints each. Below this scale, Endpoint Slices should map 1:1 with Endpoints and Services and have similar performance.