Add memory and cpu recommendations to minikube starting documentation #1536
Labels
good first issue
These are great first issues. If you are looking for a place to start, start here!
help wanted
We would love help on these issues. Please come help us!
kind/documentation
Documentation for Agones
kind/feature
New features for Agones
Milestone
I feel like we keep seeing people start with minikube, and run out of resources really fast, which makes all sorts of bad things happen.
We could add to:
https://agones.dev/site/docs/installation/creating-cluster/minikube/#starting-minikube
I was thinking something like:
minikube start --kubernetes-version v1.14.10 --vm-driver virtualbox --cpus=4 --memory=4g
But it would be good to find out what people are actually using before putting this out there.
The text was updated successfully, but these errors were encountered: