Skip to content

Instantly share code, notes, and snippets.

@davidkuster
Created May 17, 2018 04:51
Show Gist options
  • Save davidkuster/7bacf12f12ffa6e4c1b503000fa2900c to your computer and use it in GitHub Desktop.
Save davidkuster/7bacf12f12ffa6e4c1b503000fa2900c to your computer and use it in GitHub Desktop.
Script to start Minikube
#!/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