![]() 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. |
||
---|---|---|
.. | ||
config | ||
metrics | ||
BUILD | ||
endpointset.go | ||
endpointslice_controller_test.go | ||
endpointslice_controller.go | ||
endpointslice_tracker_test.go | ||
endpointslice_tracker.go | ||
OWNERS | ||
reconciler_test.go | ||
reconciler.go | ||
utils_test.go | ||
utils.go |