- 01 Jul, 2021 2 commits
-
-
Falcon Taylor-Carter authored
-
Falcon Taylor-Carter authored
-
- 18 Jun, 2021 2 commits
-
-
Roeland van Batenburg authored
-
Roeland van Batenburg authored
-
- 03 Jun, 2021 1 commit
-
-
Kundan Kumar authored
-
- 16 Mar, 2021 1 commit
-
-
Kundan Kumar authored
-
- 05 Feb, 2021 1 commit
-
-
Jeff Spahr authored
-
- 31 Aug, 2020 1 commit
-
-
David Dooling authored
Add instructions for using GKE workload identity to allow ExternalDNS to authenticate against Google Cloud DNS APIs. Add blog link to README. Signed-off-by:
David Dooling <dooling@gmail.com>
-
- 21 Aug, 2020 1 commit
-
-
Sean Malloy authored
The k8s external-dns project now uses the official Kubernetes projects container registry at k8s.gcr.io. Update all references to use the new registry.
-
- 18 Aug, 2020 2 commits
-
-
prune authored
-
Prune Sebastien THOMAS authored
when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record in VinylDNS without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage).
-
- 05 Aug, 2020 1 commit
-
-
David Dooling authored
* Update apiVersions in docs Update docs to reflect new apiVersions for ingresses and deployments. * Add selector to apps/v1 deployments
-
- 18 Feb, 2020 2 commits
-
-
Alfred Krohmer authored
-
Alfred Krohmer authored
-
- 13 Jan, 2020 1 commit
-
-
JPantsjoha authored
-
- 07 Jan, 2020 1 commit
-
-
Martin Linkhorst authored
-
- 15 Oct, 2019 1 commit
-
-
Zoltán Reegn authored
The extensions/v1beta1 API is deprecated for Deployment and with 1.16 is not served by default anymore. This breaks the examples on k8s 1.16. See this blog post for details on the deprecations: https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
-
- 24 Sep, 2019 1 commit
-
-
Pokidov N. Dmitry authored
Seems like there was attempts to fix it but change didn't make it to master
-
- 28 Jun, 2018 1 commit
-
-
Nick Jüttner authored
-
- 15 Jun, 2018 2 commits
-
-
Nick Jüttner authored
-
Nick Jüttner authored
* Add recent changes to the changelog * Update version in docs Signed-off-by:
Nick Jüttner <nick@zalando.de>
-
- 06 Jun, 2018 1 commit
-
-
Jaromir Vanek authored
-
- 16 May, 2018 1 commit
-
-
Martin Linkhorst authored
-
- 24 Apr, 2018 1 commit
-
-
Dan Bond authored
-
- 23 Apr, 2018 1 commit
-
-
Martin Linkhorst authored
-
- 16 Apr, 2018 1 commit
-
-
Nick Jüttner authored
-
- 21 Mar, 2018 1 commit
-
-
John Slivka authored
serviceAccountName was transposed onto the non-RBAC example
-
- 14 Mar, 2018 1 commit
-
-
Anders Bruun Olsen authored
-
- 27 Feb, 2018 1 commit
-
-
Zach Arnold authored
* update RBAC rules in docs * update docs with split between rbac and non * make deployment use new sa * docs: correctly reference service account in CRB * docs: correctly reference service account in CRB in other docs
-
- 24 Nov, 2017 1 commit
-
-
Henning Jacobs authored
-
- 03 Aug, 2017 1 commit
-
-
Martin Linkhorst authored
-
- 27 Jul, 2017 1 commit
-
-
Martin Linkhorst authored
-
- 29 Jun, 2017 1 commit
-
-
Nils Juenemann authored
* Support for multiple domains within --domain-filter The parameter accepts a comma separated list of domains with or without trailing dot. Example: --domain-filter="example.org, company.test.,staging.com". Closes #247 and #229 * Add boilerplate header * Add documentation for methods and structs * use StringsVar for the domain-filter flag * go fmt * Remove camel case from tests * Revert changes in README.md * Move DomainFilter to provider package * Make a new slice and copy elements to it * Update CHANGELOG.md * docs: change minor spelling mistake
-
- 08 May, 2017 2 commits
-
-
Martin Linkhorst authored
-
Yerken authored
* adjust docs before the v0.3.0 release * minor fixes * docs: add missing dot * docs: add missing dot * docs: drop line * docs: drop another line * adjust documentation * update main readme * checkbox for releases, add --txt-owner-id flag in description * docs: minor weird character fixes [ci skip]
-
- 26 Apr, 2017 1 commit
-
-
Omar Yasin authored
Bug in question: https://github.com/kubernetes-incubator/external-dns/issues/154 This is fixed in 0.2.1
-
- 07 Apr, 2017 1 commit
-
-
Martin Linkhorst authored
-
- 05 Apr, 2017 1 commit
-
-
Martin Linkhorst authored
* feat(aws): support hostnames as endpoint targets * docs: describe how to run ExternalDNS on AWS * docs: update changelog with CNAME feature * docs: update changelog to include AWS documentation * fix(aws): test that updating records removes the old value * feat(google): add CNAME support to Google provider * fix(source): sanitize source and target hostnames * docs: update changelog to include latest changes * docs(aws): mention that ExternalDNS takes full ownership of a hosted zone * fix(aws): switch route53 tests to use endpoint pointers * docs: add TODO to remove record filtering once ownership is in place
-
- 30 Mar, 2017 1 commit
-
-
Martin Linkhorst authored
* docs: elaborate the docs, add a faq section * docs: fix a messed up command * docs: update docs to reference v0.1 release * docs(faq): fix stray whitespace * docs: restructure docs for a leaner README * docs: move first run section back to main readme * docs: fix references to packages * docs: fix reference to gke tutorial * docs: fix missing source flag in examples * docs: fix missing provider flag in examples * docs: mention ingress support in main readme
-
- 17 Mar, 2017 1 commit
-
-
Martin Linkhorst authored
-