minikube start --memory flag is broken in v1.12.3 #9017
Labels
kind/bug
Categorizes issue or PR as related to a bug.
kind/regression
Categorizes issue or PR as related to a regression from a prior release.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
Steps to reproduce the issue:
Run a command which sets a custom memory amount for the cluster with minikube start
minikube start --driver=virtualbox --cpus=6 --memory=15g --disk-size=50g
Full output of failed command:
😄 minikube v1.12.3 on Fedora 32
✨ Using the virtualbox driver based on user configuration
👍 Starting control plane node minikube in cluster minikube
🔥 Creating virtualbox VM (CPUs=6, Memory=6000MB, Disk=51200MB) ...
🐳 Preparing Kubernetes v1.18.3 on Docker 19.03.12 ...
🔎 Verifying Kubernetes components...
🌟 Enabled addons: default-storageclass, storage-provisioner
🏄 Done! kubectl is now configured to use "minikube"
Note: I also tried --memory='15g' and obtained the same output.
The text was updated successfully, but these errors were encountered: