From 7cf161ba0155abf02582cbbf4636d1ca8681efbe Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 19 Feb 2019 18:36:40 +0100 Subject: [PATCH] Allow adding multiple volume claims --- config/job_conf.xml.sample_advanced | 16 ++++---- lib/galaxy/jobs/runners/kubernetes.py | 33 ++++++---------- test/integration/test_kubernetes_runner.py | 46 ++++++++++++++-------- 3 files changed, 48 insertions(+), 47 deletions(-) diff --git a/config/job_conf.xml.sample_advanced b/config/job_conf.xml.sample_advanced index d870f9c7adcd..97a308576b8e 100644 --- a/config/job_conf.xml.sample_advanced +++ b/config/job_conf.xml.sample_advanced @@ -165,7 +165,7 @@ kubectl create -f kubectl create -f - pointing of course to the same Kubernetes cluster that you intend to use. + pointing to the Kubernetes cluster that you intend to use. --> /path/to/kubeconfig @@ -191,14 +191,12 @@ Kubernetes 1.2 and on. Changing this a much newer version in the future might require changes to the plugin runner code. Value extensions/v1beta1 is also supported for pre 1.2 legacy installations. --> - galaxy_pvc - - - /scratch1/galaxy_data - + galaxy_pvc1:/mount_point1,galaxy_pvc2:/mount_point2 +