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
The default memory constant is 2048
(megabytes) as seen here.
This doesn't automatically change with the vm-driver.
Default Minikube cluster CPU is 2
Default Minikube cluster memory is 2048
minikube config get cpus
minikube config get memory
Note: cat ~/.minikube/config/config.json
won't be displaying the details until you manually configure it