From c4c166c70418476c356ca8e40648cf21112999a8 Mon Sep 17 00:00:00 2001 From: hsiao yi Date: Tue, 29 May 2018 02:46:25 -0400 Subject: [PATCH] Update repo name in installation script (#188) We might want to remove as in https://github.com/phnmnl/container-galaxy-k8s-runtime/issues/190 --- deployment/install-phenomenal.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/install-phenomenal.sh b/deployment/install-phenomenal.sh index a4890fc..d99cf62 100644 --- a/deployment/install-phenomenal.sh +++ b/deployment/install-phenomenal.sh @@ -1,7 +1,7 @@ #!/bin/bash -kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/persistent_volumes_examples/pv_hostpath_minikube_internal.yaml -kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/persistent_volumes_examples/galaxy-pvc.yaml -kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/deployment/galaxy_svc.yaml -kubectl create -f https://raw.githubusercontent.com/phnmnl/docker-galaxy-k8s-runtime/master/deployment/galaxy_rc.yaml +kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/persistent_volumes_examples/pv_hostpath_minikube_internal.yaml +kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/persistent_volumes_examples/galaxy-pvc.yaml +kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/deployment/galaxy_svc.yaml +kubectl create -f https://raw.githubusercontent.com/phnmnl/container-galaxy-k8s-runtime/master/deployment/galaxy_rc.yaml echo "Please wait several minutes then visit PhenoMeNal Workflow using the IP address below" kubectl cluster-info | grep master | awk '{ print $6 }' | sed s/https/http/ | sed 's/\(http:[^:]*\):.*/\1:30700/'