Created
May 17, 2018 04:51
-
-
Save davidkuster/7bacf12f12ffa6e4c1b503000fa2900c to your computer and use it in GitHub Desktop.
Script to start Minikube
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#minikube start --vm-driver=xhyve | |
minikube start --memory=8000 --vm-driver=xhyve --container-runtime=docker --v=3 --v=10 --alsologtostderr --insecure-registry="docker...io:5000" | |
kubectl cluster-info |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment