Skip to content

Commit

Permalink
Deploy argo in deploy.sh (#1272)
Browse files Browse the repository at this point in the history
* deploy argo

* another script
  • Loading branch information
lluunn authored and k8s-ci-robot committed Jul 26, 2018
1 parent d80dd8c commit 1628d96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions scripts/gke/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 1628d96

Please sign in to comment.