Open linux-dancer opened 3 months ago
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
What Happened?
After the successful start of minikube on an Apple M3, I'm unable to start running any pod.
Start a fresh new cluster
Delete any possible previous configuration:
minikube delete --all --purge
Start a new cluster with qemu2 driver, socket_vmnet network and containerd runtime
minikube start --container-runtime=containerd
run a nginx pod
kubectl run nginx --image nginx
The error suggests that it's a DNS issue
Check DNS settings within minikube.
I'm able to query both quay.io and docker.io from the minikube container (
minikube ssh
)query docker.io (no issues)
query quay.io (no issues)
minikube /etc/resolv.conf
Testing curl
So, wha't the problem?
That's why I'm trying to figure it out. Using the tools within the minikube pod, all this shouldn't be a problem, but here we are. I would appreciate any help as I'm on this for quite some weeks now.
Thanks in advance.
Attach the log file
log.txt
Operating System
macOS (Default)
Driver
QEMU
Other related issues:
18705
15021
18905