Skip to content
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 on podman fails to start #14484

Closed
wskb opened this issue Jul 1, 2022 · 4 comments
Closed

minikube on podman fails to start #14484

wskb opened this issue Jul 1, 2022 · 4 comments
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@wskb
Copy link

wskb commented Jul 1, 2022

What Happened?

In summary v1.26.0 fails to start using this sequence:

minikube delete --all --purge
minikube config set driver podman
# docker or cri-o produces same result
minikube config set container-runtime docker
minikube start

In detail, here's the minikube start --alsologtostderr output

Attach the log file

minikube logs --file=log.txt doesn't produce anything:

>minikube logs --file=log.txt
E0630 18:00:47.045210   66528 logs.go:192] command /bin/bash -c "sudo /var/lib/minikube/binaries/v1.24.1/kubectl 
describe nodes --kubeconfig=/var/lib/minikube/kubeconfig" failed with error: /bin/bash -c "sudo 
/var/lib/minikube/binaries/v1.24.1/kubectl describe nodes --kubeconfig=/var/lib/minikube/kubeconfig": Process exited with 
status 1
stdout:

stderr:
The connection to the server localhost:8443 was refused - did you specify the right host or port?
output: "\n** stderr ** \nThe connection to the server localhost:8443 was refused - did you specify the right host or port?\n\n** /stderr **"

❗  unable to fetch logs for: describe nodes

Operating System

macOS (Default)

Driver

Podman

@alias-dev
Copy link
Contributor

This looks similar to #14400, does this workaround work for you?

@RA489
Copy link

RA489 commented Jul 4, 2022

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Jul 4, 2022
@wskb
Copy link
Author

wskb commented Jul 4, 2022

I was able to work around this issue by recreating my podman machine.

@klaases
Copy link
Contributor

klaases commented Jul 27, 2022

Hi @wskb, thanks for following up and acknowledging the solution to the issue, thanks.

@klaases klaases closed this as completed Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

5 participants