- May 14, 2024
-
-
Max Gautier authored
This reverts commit bc5b38a7.
-
- Jan 24, 2024
-
-
Max Gautier authored
Handle all old dns domains: - for nodelocaldns: in the same server block as the current dns_domain - for coredns: uffix rewrite of each of the old dns domains to the current one
-
- Nov 17, 2023
-
-
刘旭 authored
-
- Oct 10, 2023
-
-
Elias-elastisys authored
-
- Jul 05, 2023
-
-
Arthur Outhenin-Chalandre authored
* project: fix var-spacing ansible rule Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing on the beginning/end of jinja template Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing of default filter Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix spacing between filter arguments Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix double space at beginning/end of jinja Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * project: fix remaining jinja[spacing] ansible-lint warning Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Signed-off-by:
Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
-
- May 13, 2023
-
-
Maxime Leroy authored
Signed-off-by:
Maxime Leroy <19607336+maxime1907@users.noreply.github.com>
-
- May 09, 2023
-
-
Navid Nabavi authored
[feature] Add coredns_additional_configs to handle any extra configurations for coredns deployment (#10023) (#10025)
-
- Jan 05, 2023
-
-
Marijn van der Giesen authored
-
- Dec 28, 2022
-
-
Marijn van der Giesen authored
-
- Nov 08, 2022
-
-
emiran-orange authored
* Ability to define options for DNS upstream servers * Doc and sample inventory vars
-
- Sep 22, 2022
-
-
Kay Yan authored
-
- Sep 04, 2022
-
-
Michael Schmitz authored
-
- Feb 01, 2022
-
-
Tristan authored
Using the coredns_cluster_zone_cache_block variable
-
- Dec 06, 2021
-
-
toplordsaito authored
upstream_dns_servers should change corefile config even resolvconf_mode=docker_dns
-
- Nov 24, 2021
-
-
ishizuka authored
-
- Nov 28, 2020
-
-
Clicia Scarlet authored
-
- Sep 25, 2020
-
-
axelgobletbdr authored
* created variable to enable/disable reverse dns lookups in coredns * fixed linting-error in dns-stack.md
-
- Jun 26, 2020
-
-
Mateus Caruccio authored
-
- Apr 22, 2020
-
-
Florian Ruynat authored
Downgrade coredns to 1.6.5 due to upgrade errors while migrating coredns configmap (Corefile) (#5960)
-
- Mar 27, 2020
-
-
Mateus Caruccio authored
-
Mateus Caruccio authored
Allows to add custom zone resolving servers.
-
- Jul 31, 2019
-
-
w33dw0r7d authored
-
- Jul 16, 2019
-
-
Alex Barcelo authored
-
- Jun 05, 2019
-
-
Toni Pokki authored
-
- May 28, 2019
-
-
Andreas Krüger authored
-
- Apr 09, 2019
-
-
Andreas Krüger authored
-
- Apr 04, 2019
-
-
Andreas Krüger authored
* Update CoreDNS to 1.4.0 * Update readme to reflect CoreDNS update
-
- Mar 26, 2019
-
-
Matthew Mosesohn authored
-
- Nov 15, 2018
-
-
Andreas Krüger authored
* Update DNS Autoscaler to latest * Update CoreDNS to latest * Update KubeDNS to latest * Add KubeDNS config map * Fix filename * Add missing selector to DNS Autoscaler * Add missing tolerations
-
- Oct 11, 2018
-
-
Andreas Krüger authored
* Update CoreDNS templates to newest version * Add watch to ClusterRole. Fixes #3460
-
- Oct 08, 2018
-
-
Andreas Krüger authored
* Fix DNS loop when resolvconf_mode is set to host_resolvconf * Make sure upstream_dns_servers is defined when using resolvconf_mode == 'host_resolvconf' * Only set upstream dns servers on KubeDNS and CoreDNS if they are defined * Only set upstream dns servers on KubeDNS and CoreDNS if they are defined
-
- Jun 13, 2018
-
-
Derek Lemon authored
-
- Mar 30, 2018
-
-
Matthew Mosesohn authored
Kubernetes makes this namespace automatically, so there is no need for kubespray to manage it.
-
- Mar 17, 2018
-
-
woopstar authored
Added CoreDNS to downloads Updated with labels. Should now work without RBAC too Fix DNS settings on hosts Rename CoreDNS service from kube-dns to coredns Add rotate based on http://edgeofsanity.net/rant/2017/12/20/systemd-resolved-is-broken.html Updated docs with CoreDNS info Added labels and fixed minor settings from official yaml file: https://github.com/kubernetes/kubernetes/blob/release-1.9/cluster/addons/dns/coredns.yaml.sed Added a secondary deployment and secondary service ip. This is to mitigate dns timeouts and create high resitency for failures. See discussion at 'https://github.com/coreos/coreos-kubernetes/issues/641#issuecomment-281174806' Set dns list correct. Thanks to @whereismyjetpack Only download KubeDNS or CoreDNS if selected Move dns cleanup to its own file and import tasks based on dns mode Fix install of KubeDNS when dnsmask_kubedns mode is selected Add new dns option coredns_dual for dual stack deployment. Added variable to configure replicas deployed. Updated docs for dual stack deployment. Removed rotate option in resolv.conf. Run DNS manifests for CoreDNS and KubeDNS Set skydns servers on dual stack deployment Use only one template for CoreDNS dual deployment Set correct cluster ip for the dns server
-