-
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
Property name kube-dns not found
#3642
Comments
I'm having the same issue Environment:
|
I suspect this is fallout from kube-dns being deprecated in favor of CoreDNS in Kubernetes. We'll have to take a closer look, but I suspect this addon is no longer meaningful. |
@tstromberg I can work on this one. |
@hpandeycodeit - Yes, I don't think it makes sense to exist any longer, to be honest. Thank you for offering! |
Is there a workaround to get kubernetes DNS working somehow? I am facing this issue and I also think that because of this might be that the pods cannot access any DNS either. I see that a service cannot start because it cannot resolve some non-kubernetes hostname. Can it be because of this? |
I don't think so, coredns that automatically boots with minikube works
flawlessly for me. I just wanted to try out kube DNS
śr., 13 lut 2019, 11:49: Hannu Kröger <notifications@github.com> napisał(a):
… Is there a workaround to get kubernetes DNS working somehow? I am facing
this issue and I also think that because of this might be that the pods
cannot access any DNS either. I see that a service cannot start because it
cannot resolve some non-kubernetes hostname. Can it be because of this?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3642 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AI1koGiTndF5HZ63U3t4JV9qhlRzfY8Aks5vM-2ngaJpZM4awrY5>
.
|
Actually my problem is that coredns does not start because it gets into resolving loop because systemd-resolved has 127.0.0.53 in resolv.conf. Should I create a ticket about this? |
@tstromberg After I build the minikube from the source, I don't see any kube-dns addon in the list: `
|
The version v0.33.1 had kube-dns as an addon. As @hpandeycodeit pointed, it's already merged #3556 Updating your minikube version to >= 0.34.0 should fix it. |
Marking as obsolete, as the |
Whenever I try to enable kube-dns with
minikune addons enable kube-dns
I getProperty name kube-dns not found
eventhough this addon is listed:Environment:
Minikube version (use
minikube version
): v0.33.1The text was updated successfully, but these errors were encountered: