Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 18, 2022 00:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save vfarcic/f5863c66867bbe87722998683ea20c41 to your computer and use it in GitHub Desktop.
Save vfarcic/f5863c66867bbe87722998683ea20c41 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 4 \
--memory 4096
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