Skip to content

Commit

Permalink
Adding clarification that Endpoints are still required when EndpointS…
Browse files Browse the repository at this point in the history
…lices are enabled (#16684)
  • Loading branch information
robscott authored and k8s-ci-robot committed Oct 6, 2019
1 parent cbef9c2 commit dc355a0
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ network endpoints, they will be split into multiple smaller Endpoint Slice
resources instead of a single large Endpoints resource.

## Enabling Endpoint Slices

{{< feature-state for_k8s_version="v1.16" state="alpha" >}}

{{< note >}}
Although Endpoint Slices may eventually replace Endpoints, many Kubernetes
components still rely on Endpoints. For now, enabling Endpoint Slices should be
seen as an addition to Endpoints in a cluster, not a replacement for them.
{{< /note >}}

As an alpha feature, Endpoint Slices are not enabled by default in Kubernetes.
Enabling Endpoint Slices requires as many as 3 changes to Kubernetes cluster
configuration.
Expand Down

0 comments on commit dc355a0

Please sign in to comment.