mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Merge pull request #112353 from dgrisonnet/update-max-sync-backoff
Update endpointslice controller maximum sync backoff delay to match expected sequence of delays
This commit is contained in:
commit
c7d47e4c94
@ -69,7 +69,7 @@ const (
|
|||||||
// defaultSyncBackOff is the default backoff period for syncService calls.
|
// defaultSyncBackOff is the default backoff period for syncService calls.
|
||||||
defaultSyncBackOff = 1 * time.Second
|
defaultSyncBackOff = 1 * time.Second
|
||||||
// maxSyncBackOff is the max backoff period for syncService calls.
|
// maxSyncBackOff is the max backoff period for syncService calls.
|
||||||
maxSyncBackOff = 100 * time.Second
|
maxSyncBackOff = 1000 * time.Second
|
||||||
|
|
||||||
// controllerName is a unique value used with LabelManagedBy to indicated
|
// controllerName is a unique value used with LabelManagedBy to indicated
|
||||||
// the component managing an EndpointSlice.
|
// the component managing an EndpointSlice.
|
||||||
|
Loading…
Reference in New Issue
Block a user