-
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 coredns doesn't work #7512
Comments
/assign @medyagh |
can u plz probide your start args and your versions and os and also provide me what u expect to see and what error do u get? |
try the patch command here: #8055 |
Hey @zehuaiWANG are you still seeing this issue? Did the patch work for you? |
I have solved the problem. The reason for this problem is that my host has env settings and can access some external addresses, but there is no such env setting in minikube, so the same URL can be accessed on the host and minihub can't. Thank you, and I think we can close this issue. @priyawadhwa @aasmall @medyagh |
@zehuaiWANG great to hear! |
Also in some cases , you can edit your core dns conf file to point to a public dns instead of local resolve.conf and restart core dns pods { |
hey, guys, I have a problem and wonder if anyone here could help me. I installed a minikube in my server, and I create a pod with
clusterFirst
dns, but when Icurl
domain name in the container, it will timeout and then failed. However, it cancurl
successfully in the server.here is my coredns configmap:
The text was updated successfully, but these errors were encountered: