diff --git a/examples/MinikubeDemo.md b/examples/MinikubeDemo.md index 250e17dc4bc..d014b865dbc 100644 --- a/examples/MinikubeDemo.md +++ b/examples/MinikubeDemo.md @@ -10,7 +10,7 @@ You can deploy katib components and try a simple mnist demo on your laptop! Start Katib on Minikube with [deploy.sh](./MinikubeDemo/deploy.sh). A Minikube cluster and Katib components will be deployed! -You can check them with `kubectl -n katib get pods`. +You can check them with `kubectl -n kubeflow get pods`. Don't worry if the `vizier-core` get an error. It will be recovered after DB will be prepared. Wait until all components will be Running status. diff --git a/examples/MinikubeDemo/deploy.sh b/examples/MinikubeDemo/deploy.sh index 89b3d27833d..112951dd9c6 100755 --- a/examples/MinikubeDemo/deploy.sh +++ b/examples/MinikubeDemo/deploy.sh @@ -4,11 +4,9 @@ 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/modeldb/db -kubectl apply -f ../../manifests/modeldb/backend -kubectl apply -f ../../manifests/modeldb/frontend 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