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