kubernetes/pkg/controller/endpointslice
Damien Grisonnet 0f0526cd6a endpointslice: update max sync backoff
Update the maximum sync backoff value to 1000s to match the sequence of
delays expected by the endpointslice controller when syncing Services:

Before this change the sequence was:

> 1s, 2s, 4s, 8s, 16s, 32s, 64s, 100s

Now it is:

> 1s, 2s, 4s, 8s, 16s, 32s, 64s, 128s, 256s, 512s, 1000s

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2022-09-09 16:27:16 +02:00
..
config generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
metrics cleanup: remove duplicate import 2022-07-14 11:25:19 +08:00
topologycache Generate and format files 2022-07-26 13:14:05 -04:00
endpointslice_controller_test.go Fix unnecessary recreation of placeholder EndpointSlice 2022-06-14 09:24:38 -07:00
endpointslice_controller.go endpointslice: update max sync backoff 2022-09-09 16:27:16 +02:00
OWNERS Check in OWNERS modified by update-yamlfmt.sh 2021-12-09 21:31:26 -05:00
reconciler_test.go endpointslices: node missing on Pod scenario 2022-06-22 09:45:16 +02:00
reconciler.go Generate and format files 2022-07-26 13:14:05 -04:00
utils_test.go Stop publishing Pod ResourceVersion in Endpoints and EndpointSlice API 2022-03-02 22:12:35 +08:00
utils.go cleanup: remove duplicate import 2022-07-14 11:25:19 +08:00