-
Notifications
You must be signed in to change notification settings - Fork 582
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
CoreDNS as an alternative to kube-dns #722
Comments
This would be awesome, if included directly into installation. |
@superseb can you first add configuration in cluster.yml for a "dns provider", as the monitoring or the ingress one, so we can disable the default kubedns addon and install coredns with a user addon? |
|
Put some time into this today, and had a first deploy. Hopefully it can make it in the next release as experimental option |
@superseb what is the expected timeframe? Anything available for kicking tires? |
PR should be up this week |
@superseb Great. I have been waiting for it to try it out. How will users know when it becomes available? |
@superseb Any update on this? |
We are reviewing it currently, CI is failing due to types not being merged yet (rancher/types#621) |
Can be tested in v0.2.0-rc5 |
Nice with v0.2.0-rc5, it smoothly upgrades, just a small warning but probably a timeout, just less than second after it says deployed successfully
|
what settings should I change in order to switch to coredns? @sdelrio |
@ahmadalli I have not used RKE CLI for a couple of months now and I think coredns is now officially supported. If it is, I suggest running “rke config ...” and create a new conf file and choose coredns as the dns option. If not supported officially, then replace kubedns entries in your Conf file with coredns. For which coredns image to use, you may have to do a bit of search. I hope it helps. |
@ahmadalli , into rancher-cluster.yml (or the filename that you pass as --config parameter) Add this: dns:
provider: coredns Looking on the sourcode you can set it to: kubdns or coredns:
|
This is a feature request. Please provide an option to deploy CoreDNS instead of kube-dns. Bonus points for providing a migration path between them.
https://kubernetes.io/docs/tasks/administer-cluster/coredns/
The text was updated successfully, but these errors were encountered: