mirror of
https://github.com/rancher/rke.git
synced 2025-08-16 05:53:00 +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:
|
metadata:
|
||||||
name: {{$addonName}}-deploy-job
|
name: {{$addonName}}-deploy-job
|
||||||
spec:
|
spec:
|
||||||
|
backoffLimit: 10
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: pi
|
name: pi
|
||||||
|
Loading…
Reference in New Issue
Block a user