-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minikube start issues - Podman v2.0.2 - Fedora 32 #8699
Comments
Yeah, Fedora is not really a good environment for doing Kubernetes development these days... Too much have changed. docker -> podman You might want to check out the supported OpenShift and CRC while we get things going again (which might take a while) |
Crap! Now I'm hitting problems with Fedora 32 and minikube ....
|
The error on 1.11 is known ( Root cause here is that podman v2 adds a newline to the version, where v1 didn't.
There is not enough info from the first start failure, unfortunately |
podman 2 is not supported by minikube due to a lot of podman 2 issues |
Steps to reproduce the issue:
minikube start --driver=podman --container-runtime=cri-o
Full output of failed command:
minikubepodman2error.log
Full output of
minikube start
command used, if not already included:Logs provided above.
Optional: Full output of
minikube logs
command:Podman Version:
Minikube version:
Most likely related to issues #8587 and #8674
The text was updated successfully, but these errors were encountered: