-
-
Save rrichards/ae45dfd258bc0ff2ee51bb82cc50b1d2 to your computer and use it in GitHub Desktop.
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
###################### | |
# Create The Cluster # | |
###################### | |
# Make sure that your minikube version is v0.26 or higher | |
minikube start \ | |
--vm-driver virtualbox \ | |
--cpus 2 \ | |
--memory 2048 | |
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