From 63550c9e88f766133965bb51f6300c9f6fe7791f Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Mon, 4 May 2020 17:22:19 +0100 Subject: [PATCH] Don't mention EndpointSlice resource on front page EndpointSlice is a nice idea, but it's not front-page-of-site nice. Remove it. --- .../en/docs/concepts/services-networking/endpoint-slices.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/content/en/docs/concepts/services-networking/endpoint-slices.md b/content/en/docs/concepts/services-networking/endpoint-slices.md index 7c39f05086..940374ae52 100644 --- a/content/en/docs/concepts/services-networking/endpoint-slices.md +++ b/content/en/docs/concepts/services-networking/endpoint-slices.md @@ -2,11 +2,6 @@ reviewers: - freehan title: EndpointSlices -feature: - title: EndpointSlices - description: > - Scalable tracking of network endpoints in a Kubernetes cluster. - content_template: templates/concept weight: 15 ---