mirror of
https://github.com/rancher/rke.git
synced 2025-08-02 07:43:04 +00:00
Specified backoffLimit explicitly as default : 10. Since Job back-off limit is set by default to 6 ( exponential back-off delay at six minutes ) is not sufficient.
This commit is contained in:
parent
6cc50c08dc
commit
e37227eacb
@ -9,6 +9,7 @@ kind: Job
|
||||
metadata:
|
||||
name: {{$addonName}}-deploy-job
|
||||
spec:
|
||||
backoffLimit: 10
|
||||
template:
|
||||
metadata:
|
||||
name: pi
|
||||
|
Loading…
Reference in New Issue
Block a user