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

View File

@ -9,6 +9,7 @@ kind: Job
metadata:
name: {{$addonName}}-deploy-job
spec:
backoffLimit: 10
template:
metadata:
name: pi