@@ -488,9 +488,9 @@ The existing Endpoints controller will continue to run. After EndpointSlices
488
488
become GA, the Endpoints controller may limit the number of endpoints it stores
489
489
per resource.
490
490
491
- * Kubernetes 1.20 : If the number of endpoints in one Endpoints object exceeds
491
+ * Kubernetes 1.21 : If the number of endpoints in one Endpoints object exceeds
492
492
1000, set ` endpoints.kubernetes.io/over-capacity ` label to "warning".
493
- * Kubernetes 1.21 : Limit the number of endpoints in one Endpoints object to 1000
493
+ * Kubernetes 1.22 : Limit the number of endpoints in one Endpoints object to 1000
494
494
and set the ` endpoints.kubernetes.io/over-capacity ` label to "truncated" when
495
495
truncation occurs.
496
496
@@ -633,14 +633,23 @@ The following will need to be covered as part of the testing plan:
633
633
* Kube-Proxy on Linux will use EndpointSlices by default.
634
634
* Kube-Proxy on Windows will support EndpointSlices in an alpha state.
635
635
636
- ** Kubernetes 1.20: GA API, Kube-Proxy on Windows uses EndpointSlices by Default**
636
+ ** Kubernetes 1.20: Add NodeName, Deprecate Topology**
637
+ * Given the updated plans for topology aware routing, the topology field is no
638
+ longer useful, it will be deprecated.
639
+ * A new NodeName field will be added, guarded by the EndpointSliceNodeName
640
+ feature gate.
641
+
642
+ ** Kubernetes 1.21: GA API, Kube-Proxy on Windows uses EndpointSlices by
643
+ Default**
637
644
* The EndpointSlice API will graduate to v1.
638
- * ` EndpointSliceProxying ` feature gate will graduate to beta on Linux:
639
- * Kube-Proxy on Linux will use EndpointSlices by default.
645
+ * The topology field will be removed.
646
+ * ` EndpointSliceNodeName ` feature gate will graduate to beta.
647
+ * ` EndpointSliceProxying ` feature gate will graduate to beta on Windows:
648
+ * Kube-Proxy on Windows will use EndpointSlices by default.
640
649
* A new ` endpoints.kubernetes.io/over-capacity ` label will be set to "warning"
641
650
on Endpoints resources exceeding 1000 endpoints.
642
651
643
- ** Kubernetes 1.21 : Kube-Proxy GA**
652
+ ** Kubernetes 1.22 : Kube-Proxy GA**
644
653
* The ` EndpointSliceProxying ` feature gate guarding EndpointSlice integration
645
654
with kube-proxy will graduate to GA on both Linux and Windows.
646
655
* Endpoints resources will be limited to 1000 endpoints. The
0 commit comments