Kubernetes Job Manifest: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 9: Line 9:
=.spec Elements=
=.spec Elements=
==<tt>backoffLimit</tt>==
==<tt>backoffLimit</tt>==
Specifies the number of retries before marking this job failed. Defaults to 6. Retries are counted in addition to the initial execution.

Revision as of 21:47, 2 May 2022

External

Internal

Overview

Example

.spec Elements

backoffLimit

Specifies the number of retries before marking this job failed. Defaults to 6. Retries are counted in addition to the initial execution.