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
Hey @PaoloneM thanks for reporting this issue. I was able to reproduce it with:
minikube v1.12.0
docker driver
mac OS
multinode is currently experimental, so it looks like this is one of the bugs that still need to be fixed. To track progress on multi-node clusters, see #7538.
It seems like this bug is a dupe of #8055, which was closed as the issue was identified to be CNI related. @tstromberg is currently working on CNI in minikube, I think our next release should have a fix.
Hi @priyawadhwa , thanks for investigating the issue. I think too that it is more related to CNI: as a workaround I've been able to get the cluster working by removing the pre-installed net plugin, install Calico from scratch, recreating the DNS and any other pod I deployed to have them getting consistent networking config.
Hey @PaoloneM as you are no longer seeing this issue, and I think CNI has recently been fixed, I'm going to go ahead and close this issue. Feel free to reopen at any time if you continue to have problems.
After starting multi-node cluster, DNS seems not to work.
Steps to reproduce the issue:
On macOS Catalina 10.15.5, Docker version 19.03.8, build afacb8b
minikube start --nodes 3
kubectl apply -f https://k8s.io/examples/admin/dns/dnsutils.yaml
kubectl exec -i -t dnsutils -- nslookup kubernetes.default
Full output of failed command:
Full output of
minikube start
command used, if not already included:minikube start --nodes 3 --alsologtostderr output
Optional: Full output of
minikube logs
command:Logs output
Details
Inspecting the cluster seems that the DNS pod and the pod I started to troubleshoot DNS' issue has the same IP address:
Might this be a network plugin setup issue?
Same happens with other providers, such as adding
--driver=parallels
to cluster start command.The text was updated successfully, but these errors were encountered: