Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing some tiny redundant parts of the EndpointSlice documentation #16267

Merged
merged 1 commit into from
Sep 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/glossary/endpoint-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tags:
<!--more-->

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" >}}.
Original file line number Diff line number Diff line change
Expand Up @@ -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.