mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 10:26:20 +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:
@@ -9,6 +9,7 @@ kind: Job
|
||||
metadata:
|
||||
name: {{$addonName}}-deploy-job
|
||||
spec:
|
||||
backoffLimit: 10
|
||||
template:
|
||||
metadata:
|
||||
name: pi
|
||||
|
Reference in New Issue
Block a user