I am trying to determine the default CPU and memory allocation for Minikube (version > 1.0).
When running the following:
$ minikube config get memory && minikube config get cpu
Error: specified key could not be found in config
values are not returned unless explicitly set with the --cpus and --memory options.
minikube config get cpus, useminikube config optionsfor a list of the correct names.cmd/minikube/cmd/start.go.