Skip to content

Commit

Permalink
Merge pull request kubernetes#2106 from jupblb/b238698513
Browse files Browse the repository at this point in the history
Set backoff limit for load test job
  • Loading branch information
k8s-ci-robot committed Jul 22, 2022
2 parents f726928 + 0d6567b commit c67979a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clusterloader2/testing/load/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
labels:
group: load
spec:
backoffLimit: {{.ReplicasMin}}
manualSelector: true
parallelism: {{RandIntRange .ReplicasMin .ReplicasMax}}
completions: {{.Completions}}
Expand Down

0 comments on commit c67979a

Please sign in to comment.