Skip to content

Commit a56fa59

Browse files
Clarify expected changes for v1.22 release
1 parent 0342b30 commit a56fa59

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

keps/sig-network/0752-endpointslices/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,10 @@ Default**
677677
on Endpoints resources exceeding 1000 endpoints.
678678

679679
**Kubernetes 1.22: Kube-Proxy GA**
680-
* The `EndpointSliceProxying` feature gate guarding EndpointSlice integration
681-
with kube-proxy will graduate to GA on both Linux and Windows.
680+
* Kube-Proxy will use v1 EndpointSlice API.
681+
* The `EndpointSliceProxying` & `WindowsEndpointSliceProxying` feature gates
682+
guarding EndpointSlice integration with kube-proxy will graduate to GA on
683+
both Linux and Windows.
682684
* Endpoints resources will be limited to 1000 endpoints. The
683685
`endpoints.kubernetes.io/over-capacity` label will continue to be set to
684686
"truncated" in these cases.

keps/sig-network/0752-endpointslices/kep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ approvers:
1616
prr-approvers:
1717
- "@wojtek-t"
1818
creation-date: 2019-06-01
19-
last-updated: 2021-01-28
19+
last-updated: 2021-05-04
2020
status: implementable
2121
# The target maturity stage in the current dev cycle for this KEP.
2222
stage: stable
2323

2424
# The most recent milestone for which work toward delivery of this KEP has been
2525
# done. This can be the current (upcoming) milestone, if it is being actively
2626
# worked on.
27-
latest-milestone: "v1.19"
27+
latest-milestone: "v1.22"
2828

2929
milestone:
3030
alpha: "v1.16"

0 commit comments

Comments
 (0)