1
0
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:
hemanth.avs 2018-02-06 14:37:22 -06:00
parent 6cc50c08dc
commit e37227eacb

View File

@ -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