- 08 Jan, 2021 1 commit
-
-
Jonas-Taha El Sesiy authored
Add common config to be shared by both azure and azure-private-dns providers Update tests & docs
-
- 24 Sep, 2020 1 commit
-
-
João Marçal authored
* Added label filter for source CRD * Fixed bug with labels and added tests for source CRD * Fixed formating * Update source/crd_test.go Co-authored-by:
Vinny Sabatini <vincent.sabatini@gmail.com> Co-authored-by:
Vinny Sabatini <vincent.sabatini@gmail.com>
-
- 18 Sep, 2020 1 commit
-
-
Benjile authored
-
- 03 Sep, 2020 1 commit
-
-
Benjamin Pineau authored
When it syncs AWS DNS with k8s cluster content (at `--interval`), external-dns submits two distinct Route53 API calls: * to fetch available zones (eg. for tag based zones discovery, or when zones are created after exernal-dns started), * to fetch relevant zones' resource records. Each call taxes the Route53 APIs calls budget (5 API calls per second per AWS account/region hard limit), increasing the probability of being throttled. Changing synchronization interval would mitigate those calls' impact, but at the cost of keeping stale records for a longer time. For most practical uses cases, zones list aren't expected to change frequently. Even less so when external-dns is provided an explicit, static zones set (`--zone-id-filter` rather than `--aws-zone-tags`). Using a zones list cache halves the number of Route53 read API calls.
-
- 02 Sep, 2020 1 commit
-
-
Thibault Cohen authored
-
- 20 Aug, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 19 Aug, 2020 1 commit
-
-
Patrik Cyvoct authored
Signed-off-by:
Patrik Cyvoct <patrik@ptrk.io>
-
- 29 Jul, 2020 1 commit
-
-
dan.simone@oracle.com authored
Support wildcard records - Optional ability to replace the asterisk in generated registry TXT records with another string
-
- 08 Jul, 2020 1 commit
-
-
Raffaele Di Fazio authored
* intial removal of inappropriate terminology Signed-off-by:
Raffaele Di Fazio <raffo@github.com> * removed other occurrences Signed-off-by:
Raffaele Di Fazio <raffo@github.com> * gofmt Signed-off-by:
Raffaele Di Fazio <raffo@github.com> * addresses comment Signed-off-by:
Raffaele Di Fazio <raffo@github.com> * gofmt Signed-off-by:
Raffaele Di Fazio <raffo@github.com>
-
- 27 Jun, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 17 Jun, 2020 2 commits
- 15 Jun, 2020 2 commits
- 09 Jun, 2020 1 commit
-
-
Hugome authored
-
- 06 Jun, 2020 1 commit
-
-
Tom Dyas authored
-
- 19 May, 2020 1 commit
-
-
Adam Stankiewicz authored
-
- 14 May, 2020 2 commits
-
-
Matt Dennison authored
-
Vladimir Smagin authored
To run: provide token HETZNER_TOKEN in ENV set command line parameter --provider=hetzner
-
- 12 May, 2020 1 commit
-
-
Johannes Grumböck authored
-
- 08 May, 2020 1 commit
-
-
Raffaele Di Fazio authored
Signed-off-by:
Raffaele Di Fazio <difazio.raffaele@gmail.com>
-
- 10 Apr, 2020 1 commit
-
-
David Dymko authored
-
- 10 Mar, 2020 2 commits
- 05 Mar, 2020 1 commit
-
-
Sandor Szücs authored
add documentation for kube-ingress-aws-controller and RouteGroup Signed-off-by:
Sandor Szücs <sandor.szuecs@zalando.de>
-
- 24 Feb, 2020 1 commit
-
-
Markus Cisler authored
This moves `domain_filter.go` to the `endpoint` package to make it possible to filter and exclude record names in `plan.filterRecordsForPlan()` so it does not have to be implemented in every single provider. Because some providers access `DomainFilter.filters` directly it had to be exported.
-
- 18 Feb, 2020 1 commit
-
-
Alfred Krohmer authored
-
- 12 Feb, 2020 1 commit
-
-
Oguz Kilcan authored
-
- 11 Feb, 2020 1 commit
-
-
Oguz Kilcan authored
* Updated TTL variable type to int64 * Updated rfc2136 contructor to have nil as last variable * Removed unnecessary variable `data`
-
- 06 Feb, 2020 1 commit
-
-
Oguz Kilcan authored
-
- 27 Jan, 2020 1 commit
-
-
jlamillan authored
Add --events flag to use informers to automatically trigger sync loop on adds/updates/deletes for supported ingress and service sources.
-
- 21 Jan, 2020 1 commit
-
-
k.siemer authored
-
- 15 Jan, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 08 Jan, 2020 1 commit
-
-
Jaromir Vanek authored
-
- 06 Jan, 2020 1 commit
-
-
Tariq Ibrahim authored
-
- 28 Nov, 2019 1 commit
-
-
Tongyao Si authored
-
- 19 Nov, 2019 1 commit
-
-
saidst authored
-
- 02 Nov, 2019 1 commit
-
-
Vincent Desjardins authored
The parameter is google-batch-change-interval. Default value is 2s.
-
- 01 Nov, 2019 1 commit
-
-
Nick Jüttner authored
* Move into kubernetes-sigs organization * Disable labeler action for forks
-
- 31 Oct, 2019 1 commit
-
-
Vincent Desjardins authored
The parameter is google-batch-change-size. Default value is 1000.
-