kubernetes/pkg/controller/endpointslice
Rob Scott 94e5537fa0
Lengthening initial backoff time for EndpointSlice controller
The EndpointSlice controller has the potential to manage a large number of resources that are updated frequently. Without proper backoffs in place, there is potential for it to unnecessarily overload the API Server with requests. This makes two significant changes: Increasing the base backoff from 5ms to 1s and making all syncs triggered by EndpointSlice changes delayed by at least 1 second to enable batching.
2020-03-25 11:00:00 -07:00
..
config Implement simple endpoint slice batching 2020-03-03 08:16:42 +01:00
metrics Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
BUILD Lengthening initial backoff time for EndpointSlice controller 2020-03-25 11:00:00 -07:00
endpointset.go Promoting EndpointSlices to beta 2019-11-13 14:20:19 -08:00
endpointslice_controller_test.go Implement simple endpoint slice batching 2020-03-03 08:16:42 +01:00
endpointslice_controller.go Lengthening initial backoff time for EndpointSlice controller 2020-03-25 11:00:00 -07:00
endpointslice_tracker_test.go Fixing Potential Race Condition in EndpointSlice Controller. 2019-12-26 12:15:38 -08:00
endpointslice_tracker.go Fixing Potential Race Condition in EndpointSlice Controller. 2019-12-26 12:15:38 -08:00
OWNERS Adding owners for EndpointSlice controller 2019-09-24 11:45:15 -07:00
reconciler_test.go Remove prometheus references from pkg/controller/endpointslice 2020-02-29 15:10:23 +01:00
reconciler.go EndpointSlice and Endpoints should treat terminating pods the same 2020-03-11 13:03:18 -04:00
utils_test.go Adding AppProtocol to Service and Endpoints Ports 2020-02-25 17:42:34 -08:00
utils.go Adding AppProtocol to Service and Endpoints Ports 2020-02-25 17:42:34 -08:00