File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
keps/sig-network/20190603-endpointslices Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -482,10 +482,9 @@ transform EndpointSlices into that same data structure.
482
482
483
483
### Endpoints Controller (classic)
484
484
485
- In order to ensure backwards compatibility for external consumer of the core/v1
486
- Endpoints API, the existing Endpoints controller will keep running until the
487
- API is EOL. After EndpointSlices become GA, the Endpoints controller will
488
- gradually limit functionality.
485
+ The existing Endpoints controller will continue to run. After EndpointSlices
486
+ become GA, the Endpoints controller may limit the number of endpoints it stores
487
+ per resource.
489
488
490
489
* Kubernetes 1.20: If the number of endpoints in one Endpoints object exceeds
491
490
1000, set ` endpoints.kubernetes.io/over-capacity ` label to "warning".
You can’t perform that action at this time.
0 commit comments