Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active July 6, 2022 14:29
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save vfarcic/536e6329e750b795a882900c09feb13b to your computer and use it in GitHub Desktop.
Save vfarcic/536e6329e750b795a882900c09feb13b 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 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