I have a job definition based on example from kubernetes website.
apiVersion: batch/v1 kind: Job metadata: name: pi-with-timeout-6 spec: activeDeadlineSe
By now this is possible by setting backoffLimit: 0 which tells the controller to do 0 retries. default is 6
backoffLimit: 0