Commit 7a29621b authored by Dawn Chen's avatar Dawn Chen

Merge pull request #17582 from yujuhong/image_backoff

Use 10s period for image pulling backoff
parents fc8f5672 41a9ab38
......@@ -335,7 +335,7 @@ func NewMainKubelet(
}
procFs := procfs.NewProcFS()
imageBackOff := util.NewBackOff(resyncInterval, MaxContainerBackOff)
imageBackOff := util.NewBackOff(backOffPeriod, MaxContainerBackOff)
klet.livenessManager = proberesults.NewManager()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment