You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exact command to reproduce the issue:
works: minikube start --container-runtime=cri-o
doesn't work: minikube config set container-runtime cri-o
The full output of the command that failed:
💣 Set failed: [
This addon can only be enabled with the containerd runtime backend. To enable this backend, please first stop minikube with:
minikube stop
and then start minikube again with the following flags:
minikube start --container-runtime=containerd --docker-opt containerd=/var/run/containerd/containerd.sock]
The output of the minikube logs command:
not applicable
The operating system version: macOS Mojave
The text was updated successfully, but these errors were encountered:
The exact command to reproduce the issue:
works:
minikube start --container-runtime=cri-o
doesn't work:
minikube config set container-runtime cri-o
The full output of the command that failed:
The output of the
minikube logs
command:not applicable
The operating system version: macOS Mojave
The text was updated successfully, but these errors were encountered: