From 28a61b15f44f1f4cd156b4844306baeab941f638 Mon Sep 17 00:00:00 2001 From: Rob Scott Date: Mon, 9 Sep 2019 11:38:55 -0700 Subject: [PATCH] Removing some tiny redundant parts of the EndpointSlice documentation (#16267) --- .../en/docs/concepts/services-networking/endpoint-slices.md | 1 - content/en/docs/reference/glossary/endpoint-slice.md | 2 +- .../docs/tasks/administer-cluster/enabling-endpoint-slices.md | 4 ---- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/content/en/docs/concepts/services-networking/endpoint-slices.md b/content/en/docs/concepts/services-networking/endpoint-slices.md index ec2bfc362b..37fe14d65a 100644 --- a/content/en/docs/concepts/services-networking/endpoint-slices.md +++ b/content/en/docs/concepts/services-networking/endpoint-slices.md @@ -15,7 +15,6 @@ weight: 10 {{% capture overview %}} {{< feature-state for_k8s_version="v1.16" state="alpha" >}} -{{< glossary_definition term_id="endpoint-slice" length="short" >}} _Endpoint Slices_ provide a simple way to track network endpoints within a Kubernetes cluster. They offer a more scalable and extensible alternative to diff --git a/content/en/docs/reference/glossary/endpoint-slice.md b/content/en/docs/reference/glossary/endpoint-slice.md index 9715c28fff..d7c25ae246 100644 --- a/content/en/docs/reference/glossary/endpoint-slice.md +++ b/content/en/docs/reference/glossary/endpoint-slice.md @@ -15,5 +15,5 @@ tags: A scalable and extensible way to group network endpoints together. These can be -used as by {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}} to +used by {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}} to establish network routes on each {{< glossary_tooltip text="node" term_id="node" >}}. diff --git a/content/en/docs/tasks/administer-cluster/enabling-endpoint-slices.md b/content/en/docs/tasks/administer-cluster/enabling-endpoint-slices.md index fb137b4778..080edd26cd 100644 --- a/content/en/docs/tasks/administer-cluster/enabling-endpoint-slices.md +++ b/content/en/docs/tasks/administer-cluster/enabling-endpoint-slices.md @@ -49,7 +49,3 @@ EndpointSlice resources for each Endpoints resource. In addition to supporting existing Endpoints functionality, Endpoint Slices should include new bits of information such as topology. They will allow for greater scalability and extensibility of network endpoints in your cluster. - -### Feature availability - -Kubernetes 1.16 or newer is required to use Endpoint Slices.