mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 13:14:05 +00:00
Merge pull request #17582 from yujuhong/image_backoff
Use 10s period for image pulling backoff
This commit is contained in:
@@ -335,7 +335,7 @@ func NewMainKubelet(
|
||||
}
|
||||
|
||||
procFs := procfs.NewProcFS()
|
||||
imageBackOff := util.NewBackOff(resyncInterval, MaxContainerBackOff)
|
||||
imageBackOff := util.NewBackOff(backOffPeriod, MaxContainerBackOff)
|
||||
|
||||
klet.livenessManager = proberesults.NewManager()
|
||||
|
||||
|
Reference in New Issue
Block a user