From 1628d96b4ac0706e9e98d2377f2cdc88177a580a Mon Sep 17 00:00:00 2001 From: Lun-Kai Hsu Date: Thu, 26 Jul 2018 16:58:57 -0700 Subject: [PATCH] Deploy argo in deploy.sh (#1272) * deploy argo * another script --- scripts/deploy.sh | 1 + scripts/gke/deploy.sh | 3 +++ 2 files changed, 4 insertions(+) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 3c39da1e190..41fbf156836 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -69,6 +69,7 @@ ks generate tf-job-operator tf-job-operator # Enable collection of anonymous usage metrics # Skip this step if you don't want to enable collection. ks generate spartakus spartakus --usageId=$(uuidgen) --reportUsage=true +ks generate argo argo # Apply the components generated if ${KUBEFLOW_DEPLOY}; then diff --git a/scripts/gke/deploy.sh b/scripts/gke/deploy.sh index 5e9ac277137..bd663e86ec1 100755 --- a/scripts/gke/deploy.sh +++ b/scripts/gke/deploy.sh @@ -197,6 +197,8 @@ ks generate jupyterhub jupyterhub --cloud=${KUBEFLOW_CLOUD} --disks="kubeflow-gc ks generate centraldashboard centraldashboard ks generate tf-job-operator tf-job-operator +ks generate argo argo + if ! ${PRIVATE_CLUSTER}; then # Enable collection of anonymous usage metrics # Skip this step if you don't want to enable collection. @@ -213,6 +215,7 @@ if ${KUBEFLOW_DEPLOY}; then ks apply default -c jupyterhub ks apply default -c centraldashboard ks apply default -c tf-job-operator + ks apply default -c argo if ! ${PRIVATE_CLUSTER}; then ks apply default -c spartakus ks apply default -c cloud-endpoints