Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Last active January 8, 2020 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vfarcic/ddc923c137cd48e18a04d98b5913f64b to your computer and use it in GitHub Desktop.
Save vfarcic/ddc923c137cd48e18a04d98b5913f64b to your computer and use it in GitHub Desktop.
# Source: https://gist.github.com/ddc923c137cd48e18a04d98b5913f64b
##################
# Create Cluster #
##################
minikube start --memory 6g --cpus 4
###################
# Destroy Cluster #
###################
minikube delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment