Merge pull request #123357 from dims/bump-containerLogMonitorInterval-to-the-minimum-allowed

Bump containerLogMonitorInterval to the minimum allowed
This commit is contained in:
Kubernetes Prow Robot 2024-02-17 15:56:27 -08:00 committed by GitHub
commit da0bc0b489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ const (
testContainerLogMaxFiles = 3
testContainerLogMaxSize = "40Ki"
testContainerLogMaxWorkers = 2
testContainerLogMonitorInterval = 2 * time.Second
testContainerLogMonitorInterval = 3 * time.Second
rotationPollInterval = 5 * time.Second
rotationEventuallyTimeout = 3 * time.Minute
rotationConsistentlyTimeout = 2 * time.Minute