Kubernetes Minikube - Invalid memory value assigned for 'minikube' Kubernetes Minikube - Invalid memory value assigned for 'minikube' kubernetes kubernetes

Kubernetes Minikube - Invalid memory value assigned for 'minikube'


When attempting to manually create a VM using the same parameters that the minikube setup was attempting to use, I discovered that Hyper-V requires you to assign memory in 2 MB increments. Minikube was attempting to create a VM with 4077 MB of memory which was causing the failure. When I ran minikube setup with the command below, initialization completed successfully:

minikube start --driver=hyperv --memory=4078m