Minikube default CPU/Memory

Berndinox picture Berndinox · Sep 6, 2018 · Viewed 12.2k times · Source

I wonder what is the actual default memory and cpu for minikube in vm-driver=none mode:

 minikube config view memory && minikube config view cpu

is not showing anything when starting minikube without specifying them

Answer

bn4t picture bn4t · Sep 6, 2018

The default memory constant is 2048 (megabytes) as seen here.

This doesn't automatically change with the vm-driver.