Skip to content

Commit

Permalink
Switch to hyperkit
Browse files Browse the repository at this point in the history
xhyve is deprecated
  • Loading branch information
bouk committed Jan 15, 2018
1 parent 75ea37b commit c23599c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ up:
- custom:
name: Minikube Cluster
met?: test $(minikube status | grep Running | wc -l) -eq 2 && $(minikube status | grep -q 'Correctly Configured')
meet: minikube start --vm-driver=xhyve --kubernetes-version=v1.7.5
meet: minikube start --vm-driver=hyperkit --kubernetes-version=v1.7.5
down: minikube stop
commands:
reset-minikube: minikube delete && rm -rf ~/.minikube
Expand Down

0 comments on commit c23599c

Please sign in to comment.