mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Use 10s period for image pulling backoff
This is consistent with the container restart backoff period.
This commit is contained in:
parent
893c99bddc
commit
41a9ab388d
@ -335,7 +335,7 @@ func NewMainKubelet(
|
||||
}
|
||||
|
||||
procFs := procfs.NewProcFS()
|
||||
imageBackOff := util.NewBackOff(resyncInterval, MaxContainerBackOff)
|
||||
imageBackOff := util.NewBackOff(backOffPeriod, MaxContainerBackOff)
|
||||
|
||||
klet.livenessManager = proberesults.NewManager()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user