This commit is contained in:
Chad Moon 2017-06-06 23:01:41 -06:00
Родитель a35c27e7a0
Коммит 370636c1e1
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ parts:
steps:
- cap: Start up the Kubernetes cluster with Minikube, giving it some extra resources.
com: minikube start --memory 8000 --cpus 2 --vm-driver=xhyve
com: minikube start --memory 8000 --cpus 2
- cap: Enable the Minikube add-ons Heapster and Ingress.
com: minikube addons enable heapster; minikube addons enable ingress

Просмотреть файл

@ -7,7 +7,6 @@ parts:
- cap: replace minikubeip
com: ./ingress.sh
- cap: Set up the cluster registry by applying a .yml manifest file.
com: kubectl apply -f manifests/registry.yml