Skip to content

Commit 8518607

Browse files
authored
Merge pull request #28745 from swetharepakula/eps-1.22
EndpointSlice 1.22 Docs Update (KEP 752)
2 parents 87ae40d + 1168b46 commit 8518607

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

content/en/docs/concepts/services-networking/service.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,10 @@ selectors and uses DNS names instead. For more information, see the
188188
[ExternalName](#externalname) section later in this document.
189189

190190
### Over Capacity Endpoints
191-
If an Endpoints resource has more than 1000 endpoints then a Kubernetes v1.21 (or later)
192-
cluster annotates that Endpoints with `endpoints.kubernetes.io/over-capacity: warning`.
193-
This annotation indicates that the affected Endpoints object is over capacity.
191+
If an Endpoints resource has more than 1000 endpoints then a Kubernetes v1.22 (or later)
192+
cluster annotates that Endpoints with `endpoints.kubernetes.io/over-capacity: truncated`.
193+
This annotation indicates that the affected Endpoints object is over capacity and that
194+
the endpoints controller has truncated the number of endpoints to 1000.
194195

195196
### EndpointSlices
196197

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ different Kubernetes components.
471471
| `WatchBookmark` | `true` | GA | 1.17 | - |
472472
| `WindowsEndpointSliceProxying` | `false` | Alpha | 1.19 | 1.20 |
473473
| `WindowsEndpointSliceProxying` | `true` | Beta | 1.21 | 1.21 |
474-
| `WindowsEndpointSliceProxying` | `true` | GA | 1.22 | - |
474+
| `WindowsEndpointSliceProxying` | `true` | GA | 1.22| - |
475475
| `WindowsGMSA` | `false` | Alpha | 1.14 | 1.15 |
476476
| `WindowsGMSA` | `true` | Beta | 1.16 | 1.17 |
477477
| `WindowsGMSA` | `true` | GA | 1.18 | - |

content/en/docs/reference/labels-annotations-taints.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ The value of the annotation is the container name that is default for this Pod.
262262

263263
## endpoints.kubernetes.io/over-capacity
264264

265-
Example: `endpoints.kubernetes.io/over-capacity:warning`
265+
Example: `endpoints.kubernetes.io/over-capacity:truncated`
266266

267267
Used on: Endpoints
268268

269-
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.
269+
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.
270270

271271
## batch.kubernetes.io/job-tracking
272272

0 commit comments

Comments
 (0)