Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created February 1, 2023 09:50
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 vyspiansky/cb8a8e57c344d046d43c8c38f6fbf480 to your computer and use it in GitHub Desktop.
Save vyspiansky/cb8a8e57c344d046d43c8c38f6fbf480 to your computer and use it in GitHub Desktop.
Minikube + Hyperkit snippets

minikube start --kubernetes-version=v1.22.3 --driver=hyperkit --container-runtime=docker --nfs-share="/path/tp/project/folder" --nfs-shares-root="/"


minikube logs minikube profile list


minikube kubectl get nodes


completely clear your minikube environment minikube delete --all --purge


Troubleshooting: minikube start --alsologtostderr -v=7


minikube cache delete


How can I allocate maximum resources to minikube? minikube start --memory=max --cpus=max


--memory=8g --cpus=8


minikube start --memory 6144 --cpus 4 --no-kubernetes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment