diff --git a/pkg/kubelet/pleg/evented.go b/pkg/kubelet/pleg/evented.go index 90e880f0dc6..eb5cc1d26c7 100644 --- a/pkg/kubelet/pleg/evented.go +++ b/pkg/kubelet/pleg/evented.go @@ -34,7 +34,7 @@ import ( // The frequency with which global timestamp of the cache is to // is to be updated periodically. If pod workers get stuck at cache.GetNewerThan // call, after this period it will be unblocked. -const globalCacheUpdatePeriod = 5 * time.Second +const globalCacheUpdatePeriod = 1 * time.Second var ( eventedPLEGUsage = false