diff --git a/pkg/master/master.go b/pkg/master/master.go index c086a118315..259f3534a12 100644 --- a/pkg/master/master.go +++ b/pkg/master/master.go @@ -351,7 +351,7 @@ func (m *Master) init(c *Config) { RESTStorageToNodes(nodeRESTStorage).Nodes(), m.podRegistry, ) - go util.Forever(func() { podCache.UpdateAllContainers() }, time.Second*30) + go util.Forever(func() { podCache.UpdateAllContainers() }, time.Second*5) go util.Forever(func() { podCache.GarbageCollectPodStatus() }, time.Minute*30) // TODO: Factor out the core API registration