mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ const (
|
|||
// defaultSyncBackOff is the default backoff period for syncService calls.
|
||||
defaultSyncBackOff = 1 * time.Second
|
||||
// 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
|
||||
// the component managing an EndpointSlice.
|
||||
|
|
|
|||
Loading…
Reference in a new issue