-
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 pull k8s image error #17107
Comments
I am having the same issue--also on Arch Linux using rootless Podman Starting up:
My /etc/resolve.conf in minikube is:
Pulling an image from docker with podman on my host works, but getting DNS issues within Minikube |
The work around for me was to add nameserver 8.8.8.8 to the resolve.conf My /etc/resolve.conf looks like:
|
While the workaround works it needs to be done manually for each pod, I wonder what the core issue is here, I am running into the same issue on my archlinux vm Logfiles from my coredns pod:
|
I had an old project that I was working on--about 3 months since I touched it. Started messing with it and started seeing the issues. Updated to the latest Minikube/Kubectl, but same issue. Only other change on my end could be updating podman or Go before digging into the project again. So, I don't think it has to do with a recent release of Minikube--probably a pod that gets pulled to run the cluster, if I had to guess |
The following worked for me:
note: I use docker as the minikube engine, but the process can also be applied if you use podman |
/pony |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
As mentioned in my other issue #16962. I discovered an easier fix. Enable
It somehow enables routing of CoreDNS queries to 192.168.49.1 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/close |
@mahmut-Abi: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
What Happened?
when execute
minikube start --image-mirror-country=cn --driver=podman --force
, andminikube kubectl -- get pod -A
got:describe the pod, got event:
but i can pull the image at my host.
I am Using archlinux.
The text was updated successfully, but these errors were encountered: