Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use same deploy.sh when deploy katib components #284

Merged
merged 1 commit into from
Dec 16, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions examples/MinikubeDemo/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,4 @@
set -x
set -e
minikube start --disk-size 50g --memory 4096 --cpus 4
kubectl apply -f ../../manifests/0-namespace.yaml
kubectl apply -f ../../manifests/pv
kubectl apply -f ../../manifests/vizier/db
kubectl apply -f ../../manifests/vizier/core
kubectl apply -f ../../manifests/vizier/ui
kubectl apply -f ../../manifests/vizier/suggestion/random
kubectl apply -f ../../manifests/vizier/suggestion/grid
kubectl apply -f ../../manifests/vizier/suggestion/hyperband
kubectl apply -f ../../manifests/vizier/earlystopping/medianstopping
kubectl apply -f ../../manifests/studyjobcontroller/crd.yaml
kubectl apply -f ../../manifests/studyjobcontroller/rbac.yaml
kubectl apply -f ../../manifests/studyjobcontroller/mcrbac.yaml
kubectl apply -f ../../manifests/studyjobcontroller/workerConfigMap.yaml
kubectl apply -f ../../manifests/studyjobcontroller/metricsControllerConfigMap.yaml
kubectl apply -f ../../manifests/studyjobcontroller/studyjobcontroller.yaml
bash ../../scripts/deploy.sh