From 1168b460210fc6f6f341655e56a8b55a9f01744d Mon Sep 17 00:00:00 2001 From: Swetha Repakula Date: Thu, 1 Jul 2021 18:19:08 -0700 Subject: [PATCH] EndpointSlice 1.22 Docs Update * Graduate proxying gates * Endpoints Controller truncates endpoints to 1000 and sets over-capacity annotation to `truncated` --- content/en/docs/concepts/services-networking/service.md | 7 ++++--- .../command-line-tools-reference/feature-gates.md | 2 +- content/en/docs/reference/labels-annotations-taints.md | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/content/en/docs/concepts/services-networking/service.md b/content/en/docs/concepts/services-networking/service.md index 011e1d395f2..e14efcfd478 100644 --- a/content/en/docs/concepts/services-networking/service.md +++ b/content/en/docs/concepts/services-networking/service.md @@ -188,9 +188,10 @@ selectors and uses DNS names instead. For more information, see the [ExternalName](#externalname) section later in this document. ### Over Capacity Endpoints -If an Endpoints resource has more than 1000 endpoints then a Kubernetes v1.21 (or later) -cluster annotates that Endpoints with `endpoints.kubernetes.io/over-capacity: warning`. -This annotation indicates that the affected Endpoints object is over capacity. +If an Endpoints resource has more than 1000 endpoints then a Kubernetes v1.22 (or later) +cluster annotates that Endpoints with `endpoints.kubernetes.io/over-capacity: truncated`. +This annotation indicates that the affected Endpoints object is over capacity and that +the endpoints controller has truncated the number of endpoints to 1000. ### EndpointSlices diff --git a/content/en/docs/reference/command-line-tools-reference/feature-gates.md b/content/en/docs/reference/command-line-tools-reference/feature-gates.md index 92dd54433b6..0b40876a5e4 100644 --- a/content/en/docs/reference/command-line-tools-reference/feature-gates.md +++ b/content/en/docs/reference/command-line-tools-reference/feature-gates.md @@ -471,7 +471,7 @@ different Kubernetes components. | `WatchBookmark` | `true` | GA | 1.17 | - | | `WindowsEndpointSliceProxying` | `false` | Alpha | 1.19 | 1.20 | | `WindowsEndpointSliceProxying` | `true` | Beta | 1.21 | 1.21 | -| `WindowsEndpointSliceProxying` | `true` | GA | 1.22 | - | +| `WindowsEndpointSliceProxying` | `true` | GA | 1.22| - | | `WindowsGMSA` | `false` | Alpha | 1.14 | 1.15 | | `WindowsGMSA` | `true` | Beta | 1.16 | 1.17 | | `WindowsGMSA` | `true` | GA | 1.18 | - | diff --git a/content/en/docs/reference/labels-annotations-taints.md b/content/en/docs/reference/labels-annotations-taints.md index e06a5ba6a7f..27b480386d4 100644 --- a/content/en/docs/reference/labels-annotations-taints.md +++ b/content/en/docs/reference/labels-annotations-taints.md @@ -262,11 +262,11 @@ The value of the annotation is the container name that is default for this Pod. ## endpoints.kubernetes.io/over-capacity -Example: `endpoints.kubernetes.io/over-capacity:warning` +Example: `endpoints.kubernetes.io/over-capacity:truncated` Used on: Endpoints -In Kubernetes clusters v1.21 (or later), the Endpoints controller adds this annotation to an Endpoints resource if it has more than 1000 endpoints. The annotation indicates that the Endpoints resource is over capacity. +In Kubernetes clusters v1.22 (or later), the Endpoints controller adds this annotation to an Endpoints resource if it has more than 1000 endpoints. The annotation indicates that the Endpoints resource is over capacity and the number of endpoints has been truncated to 1000. ## batch.kubernetes.io/job-tracking