File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
keps/sig-network/0752-endpointslices Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -677,8 +677,10 @@ Default**
677
677
on Endpoints resources exceeding 1000 endpoints.
678
678
679
679
** 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.
682
684
* Endpoints resources will be limited to 1000 endpoints. The
683
685
` endpoints.kubernetes.io/over-capacity ` label will continue to be set to
684
686
"truncated" in these cases.
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ approvers:
16
16
prr-approvers :
17
17
- " @wojtek-t"
18
18
creation-date : 2019-06-01
19
- last-updated : 2021-01-28
19
+ last-updated : 2021-05-04
20
20
status : implementable
21
21
# The target maturity stage in the current dev cycle for this KEP.
22
22
stage : stable
23
23
24
24
# The most recent milestone for which work toward delivery of this KEP has been
25
25
# done. This can be the current (upcoming) milestone, if it is being actively
26
26
# worked on.
27
- latest-milestone : " v1.19 "
27
+ latest-milestone : " v1.22 "
28
28
29
29
milestone :
30
30
alpha : " v1.16"
You can’t perform that action at this time.
0 commit comments