mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
Increase limit for listing pods in 100-node cluster
This commit is contained in:
parent
51e8c2e5f8
commit
f24d909dae
@ -39,7 +39,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
podStartupThreshold time.Duration = 5 * time.Second
|
podStartupThreshold time.Duration = 5 * time.Second
|
||||||
listPodLatencySmallThreshold time.Duration = 500 * time.Millisecond
|
listPodLatencySmallThreshold time.Duration = 1 * time.Second
|
||||||
listPodLatencyMediumThreshold time.Duration = 1 * time.Second
|
listPodLatencyMediumThreshold time.Duration = 1 * time.Second
|
||||||
listPodLatencyLargeThreshold time.Duration = 1 * time.Second
|
listPodLatencyLargeThreshold time.Duration = 1 * time.Second
|
||||||
apiCallLatencySmallThreshold time.Duration = 250 * time.Millisecond
|
apiCallLatencySmallThreshold time.Duration = 250 * time.Millisecond
|
||||||
|
Loading…
Reference in New Issue
Block a user