mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-06 10:43:56 +00:00
Bump containerLogMonitorInterval to the minimum allowed
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
This commit is contained in:
parent
ad432bc523
commit
dfc598b6fe
@ -37,7 +37,7 @@ const (
|
|||||||
testContainerLogMaxFiles = 3
|
testContainerLogMaxFiles = 3
|
||||||
testContainerLogMaxSize = "40Ki"
|
testContainerLogMaxSize = "40Ki"
|
||||||
testContainerLogMaxWorkers = 2
|
testContainerLogMaxWorkers = 2
|
||||||
testContainerLogMonitorInterval = 2 * time.Second
|
testContainerLogMonitorInterval = 3 * time.Second
|
||||||
rotationPollInterval = 5 * time.Second
|
rotationPollInterval = 5 * time.Second
|
||||||
rotationEventuallyTimeout = 3 * time.Minute
|
rotationEventuallyTimeout = 3 * time.Minute
|
||||||
rotationConsistentlyTimeout = 2 * time.Minute
|
rotationConsistentlyTimeout = 2 * time.Minute
|
||||||
|
Loading…
Reference in New Issue
Block a user