minikube config emits no such file config.json when setting container-runtime #5961
Labels
co/runtime/containerd
co/runtime/crio
CRIO related issues
kind/bug
Categorizes issue or PR as related to a bug.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
The exact command to reproduce the issue:
Below, setting configuration options for my minikube environment. Minikube is not running when performing these commands.
(tensor) ~ > minikube config set cpus 6
⚠️ These changes will take effect upon a minikube delete and then a minikube start
⚠️ These changes will take effect upon a minikube delete and then a minikube start
(tensor) ~ > minikube config set memory 8192
(tensor) ~ > minikube config set container-runtime crio
💣 Set failed: [config.Load: stat /Users/mack/.minikube/profiles/minikube/config.json: no such file or directory]
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The full output of the command that failed:
💣 Set failed: [config.Load: stat /Users/mack/.minikube/profiles/minikube/config.json: no such file or directory]
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The output of the
minikube logs
command:(tensor) ~ > minikube logs
💣 Error getting config: stat /Users/mack/.minikube/profiles/minikube/config.json: no such file or directory
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new/choose
The operating system version:
macOS 10.15.1 (Catalina)
The text was updated successfully, but these errors were encountered: