Frederic BOLTZ
33e53edcd4
Update main.go
...
Co-authored-by: Nick Jüttner <nick@juni.io>
2021-01-19 14:31:47 +01:00
fboltz
d3c30919ba
Merge branch 'master' into godaddy
2021-01-17 17:30:50 +01:00
fboltz
7ccc70b12f
Change arguments: Switch to OTE and add TTL
2021-01-17 17:22:57 +01:00
Kubernetes Prow Robot
71953230cc
Merge pull request #1870 from edglynes/akamai-provider-1846
...
Refactor, cleanup Akamai provider
2021-01-13 01:04:35 -08:00
Raffaele Di Fazio
daeee26684
Add flag to opt in for NS records management ( #1915 )
...
* adds flag to opt in for NS records management
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* go fmt
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* goimports
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* fix more tests
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* go fmt again
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* fix test
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* more tests
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* make ordering of managed records consistent
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
* fix flag
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2021-01-12 06:32:26 -08:00
fboltz
72f0be6eb7
FEAT: Add GoDaddy provider
...
First commit
2021-01-10 19:23:02 +01:00
Edward Lynes
71a9a73f39
Merge branch 'master' into akamai-provider-1846
2021-01-04 14:03:32 -05:00
Kubernetes Prow Robot
9d2aaf0efe
Merge pull request #1695 from dansimone/dansimone/support-wildcard-records
...
Support wildcard records - Optional ability to replace the asterisk in generated registry TXT records with another string
2020-12-09 08:24:50 -08:00
Edward Lynes
75429cc504
Refactor and clean up akamai provider
...
refactor: remove dns api logic and use dns api library
enhancement: add additional args for auth credential retieval
cleanup: simplify, organize processing logic
test: update automation and validate
2020-11-23 14:34:44 -05:00
João Marçal
79ea64884b
Added labelFilter for source CRD ( #1461 )
...
* 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>
2020-09-24 01:28:05 -07:00
Kubernetes Prow Robot
32fedeaf07
Merge pull request #1645 from Caascad/ignore_tls_rules
...
Optionally ignore tls rules in ingress source
2020-09-24 01:12:05 -07:00
Benjile
fefb1b2777
Optionally ignore tls rules in ingress source
2020-09-18 09:12:14 +02:00
Kubernetes Prow Robot
699a8b3cb5
Merge pull request #1060 from titilambert/master
...
Add --zone-name-filter option for azure provider
2020-09-16 00:43:19 -07:00
Benjamin Pineau
837d1ea248
aws: cache zones list
...
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.
2020-09-03 13:03:07 +02:00
Thibault Cohen
dac21e3aff
Add --zone-name-filter option for azure provider
2020-09-02 16:23:12 -04:00
Kubernetes Prow Robot
8c3220b527
Merge pull request #1576 from newrelic-forks/dennisme/minttl-ns1
...
ns1: add minttlseconds
2020-09-02 01:13:07 -07:00
dan.simone@oracle.com
e3bac0fb55
Merge remote-tracking branch 'origing/master' into dansimone/support-wildcard-records
...
# Conflicts:
# registry/txt.go
# registry/txt_test.go
2020-09-01 11:24:44 -07:00
Tariq Ibrahim
600f4f1ba0
fix goimports local import order and update golangci-lint
2020-08-19 20:05:07 -07:00
Patrik Cyvoct
9a7a873ce8
Add Scaleway DNS as a new provider
...
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2020-08-19 06:41:42 +02:00
Matt Dennison
f69a82f8c6
Merge branch 'master' of https://github.com/kubernetes-sigs/external-dns into dennisme/minttl-ns1
2020-08-11 23:17:48 -07:00
dan.simone@oracle.com
b01daf5927
Support wildcard records - Optional ability to replace the asterisk in generated registry TXT records with another string
2020-07-29 12:01:33 -07:00
Kushal Bhandari
768211d6ff
Merge branch 'master' into master
2020-07-10 10:49:48 -04:00
Raffaele Di Fazio
7505f29e4c
Remove occurrences of "master" from the project ( #1636 )
...
* 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>
2020-07-08 01:13:08 -07:00
Kushal Bhandari
3b085c5fcc
Merge branch 'master' into master
2020-06-30 11:18:58 -07:00
Tariq Ibrahim
96cffaff93
rm unused flag param istio-ingressgateways
2020-06-26 17:13:26 -07:00
Kushal Bhandari
4809e19d4e
Merge branch 'master' into master
2020-06-18 10:56:13 -07:00
Kubernetes Prow Robot
0f186d31b5
Merge pull request #1570 from 21h/master
...
Hetzner DNS service support
2020-06-18 09:14:20 -07:00
kbhandari
521fff448b
Added golints recommendations
2020-06-17 17:16:25 +00:00
kbhandari
dd7d24a5db
Made changes according to the new external-dns changes
2020-06-17 15:14:37 +00:00
Kushal Bhandari
00da3a130f
Merge branch 'master' into master
2020-06-16 13:55:52 -07:00
kbhandari
db3fdfb1d9
Finalized version of ultradns provider
2020-06-15 19:03:37 +00:00
kbhandari
844b787dba
Started making changes on ultradns plugin
2020-06-15 19:03:31 +00:00
Vladimir Smagin
28c01075d0
Merge branch 'master' of github.com:kubernetes-sigs/external-dns
2020-06-09 23:57:15 +07:00
Hugome
ba5afe9518
Add OVH API rate limiting option
2020-06-09 08:56:32 +02:00
Tom Dyas
51fd8a91d3
make page size a configurable option
2020-06-05 21:23:14 -07:00
Kubernetes Prow Robot
1afc720cda
Merge pull request #1567 from sheerun/fix-scheduling
...
Fix scheduling of reconciliation
2020-05-22 09:59:10 -07:00
Adam Stankiewicz
1806ade2c1
Fix scheduling of reconciliation
2020-05-19 17:26:12 +02:00
Matt Dennison
6176d8151d
feat: ns1 min-ttl-seconds
2020-05-14 08:58:54 -07:00
Vladimir Smagin
7aecb284e0
Add hetzner support ( #1 )
...
To run:
provide token HETZNER_TOKEN in ENV
set command line parameter --provider=hetzner
2020-05-14 08:56:19 +07:00
Johannes Grumböck
c80909f0e7
Added txt-suffix feature (rebased)
2020-05-12 13:35:40 +00:00
Raffaele Di Fazio
db4224c705
restructures the providers (build only)
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2020-05-08 13:05:17 +02:00
David Dymko
a80d7cf6fc
adding vultr provider spots
2020-04-10 08:09:59 -04:00
Kubernetes Prow Robot
1e66c4a4ff
Merge pull request #1439 from Hugome/provider-ovh
...
Add OVH Provider
2020-03-17 01:40:22 -07:00
Kubernetes Prow Robot
ec7c6ba4d7
Merge pull request #1442 from freenowtech/filter-record-creation
...
Change DomainFilter to apply to records as well
2020-03-10 09:03:35 -07:00
Hugome
62ac50229c
Remove 'Generate consumer key' options and add more docs on that
2020-03-10 15:11:32 +01:00
Hugome
430e357d27
Add OVH Provider
...
- OVH Provider
- Tests
- Documentations
2020-03-10 14:37:52 +01:00
Sandor Szücs
116856f422
implement RouteGroup with similar feature set to ingress
...
add documentation for kube-ingress-aws-controller and RouteGroup
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
2020-03-05 17:14:30 +01:00
Kubernetes Prow Robot
a563022e8a
Merge pull request #1005 from devkid/feature/headless-services-publishnotreadyaddresses
...
Headless service: retrieve endpoints via Endpoints resource; evaluate spec.publishNotReadyAddresses
2020-03-04 05:37:46 -08:00
Markus Cisler
14d64e09f2
Change DomainFilter to apply to records as well
...
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.
2020-02-24 11:19:45 +01:00
Alfred Krohmer
6cab35b404
Add CLI option to always publish not ready addresses of headless services
2020-02-18 19:43:41 +01:00