Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created May 17, 2018 22:21
Show Gist options
  • Save vfarcic/871b5d7742ea6c10469812018c308798 to your computer and use it in GitHub Desktop.
Save vfarcic/871b5d7742ea6c10469812018c308798 to your computer and use it in GitHub Desktop.
######################
# Create The Cluster #
######################
# Make sure that your minikube version is v0.26 or higher
minikube start \
--vm-driver virtualbox \
--cpus 3 \
--memory 3072
minikube addons enable ingress
minikube addons enable storage-provisioner
minikube addons enable default-storageclass
#######################
# Destroy the cluster #
#######################
minikube delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment