Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created November 22, 2019 03:37
Show Gist options
  • Save vfarcic/e7ad0cc633831147d2dbcd4fe2a97a74 to your computer and use it in GitHub Desktop.
Save vfarcic/e7ad0cc633831147d2dbcd4fe2a97a74 to your computer and use it in GitHub Desktop.
##################
# Create Cluster #
##################
minikube start \
--vm-driver virtualbox \
--cpus 4 \
--memory 8192
minikube addons enable default-storageclass
minikube addons enable storage-provisioner
##################
# Delete Cluster #
##################
minikube delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment