Skip to content

Commit

Permalink
Adds pods retrials for per installation and individual docker destina…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
pcm32 committed Apr 18, 2016
1 parent 0002595 commit 25f4222
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/job_conf_k8s.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
-->
<param id="k8s_persistent_volume_claim_mount_path">/mnt/glusterfs</param>
<param id="k8s_namespace">galaxy-instanceA</param>
<!-- Allows pods to retry up to this number of times, before marking the Job as failed -->
<param id="k8s_pod_retrials">4</param>
</plugin>
</plugins>
<handlers>
Expand All @@ -24,6 +26,7 @@
<param id="image">blankfilter</param>
<param id="tag">latest</param>
<param id="container_port_80">8080</param>
<param id="max_pod_retrials">3</param>
</destination>
</destinations>
<tools>
Expand Down

0 comments on commit 25f4222

Please sign in to comment.