Revision 637a4bee4734649043fbba6a48d90dd29f4fdc5c authored by Ankush Agarwal on 20 April 2018, 02:52:11 UTC, committed by Ce Gao on 20 April 2018, 02:52:11 UTC
1 parent ab09110
Raw File
deploy.sh
#/bin/bash
set -x
set -e
kubectl apply -f manifests/0-namespace.yaml
kubectl apply -f manifests/modeldb/db
kubectl apply -f manifests/modeldb/backend
kubectl apply -f manifests/modeldb/frontend
kubectl apply -f manifests/dlk
kubectl apply -f manifests/vizier/db
kubectl apply -f manifests/vizier/core
kubectl apply -f manifests/vizier/suggestion/random
back to top