Skip to content

Instantly share code, notes, and snippets.

@vfarcic
Created August 2, 2020 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vfarcic/1a2ffc52a53f865679e86b646502c93b to your computer and use it in GitHub Desktop.
Save vfarcic/1a2ffc52a53f865679e86b646502c93b to your computer and use it in GitHub Desktop.
####################
# Create a Cluster #
####################
minikube start --memory 5g --cpus 4
#######################
# Destroy The Cluster #
#######################
minikube delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment