Commit Graph

4924 Commits

Author SHA1 Message Date
Lim Yue Chuan
095c0dd650 Fix CloudFlare provider to return a single endpoint for each name/type. 2019-05-18 01:23:34 +08:00
Anand Patel
edfc413e48
add empty source 2019-05-17 11:40:20 -04:00
Tariq Ibrahim
f2eebfa9d7
sanitize dockerfiles for external-dns 2019-05-16 16:10:57 -07:00
Christian Simon
ef77161ab0 Google zones should be filter by their ID and Name
Before we only filter by the zone ID, which is an integer value, that is
not exposed in the GCP Console and by the related terraform resource.
This allows to filter by either ID or Name whatever matches.
2019-05-16 14:06:13 +01:00
Arturo Contreras
74d8842dd9 Fix panic on empty targets for custom resources. 2019-05-15 08:57:04 -06:00
Nick Jüttner
84e7108956 Changelog for v0.5.14 (#1024) 2019-05-14 17:20:59 +02:00
Martin Linkhorst
a07bad86a3
Merge branch 'master' into metrics-names 2019-05-14 13:48:20 +02:00
Kubernetes Prow Robot
aa035583c5
Merge pull request #955 from dgrizzanti/cloud_foundry_source
Add Cloud Foundry routes as a source
2019-05-14 03:17:12 -07:00
Kubernetes Prow Robot
974845c99f
Merge pull request #989 from jharshman/scratch
distroless/static image
2019-05-14 02:51:15 -07:00
Dave Grizzanti
7a6d233bd7 fix route/cloudfoundry test 2019-05-10 12:28:32 -04:00
Dave Grizzanti
002a85e92a Rebase and address PR comments 2019-05-10 12:09:54 -04:00
Dave Grizzanti
ef88346b9b Rebase for go modules 2019-05-10 11:38:54 -04:00
Dave Grizzanti
668a557dea Update for failing tests 2019-05-10 11:34:57 -04:00
Dave Grizzanti
81a3fde458 Removing changes to main 2019-05-10 11:34:57 -04:00
Dave Grizzanti
b9b87113fa Add missing , 2019-05-10 11:34:57 -04:00
Dave Grizzanti
b529a92d5b Add Cloud Foundry routes as a source 2019-05-10 11:34:57 -04:00
Kubernetes Prow Robot
3b44e39262
Merge pull request #1001 from fraenkel/issue484
Cache the endpoints on the controller loop
2019-05-10 01:59:58 -07:00
Anton Mironov
e8c1b030dc Add support for ExternalName services
Related issue: #861
2019-05-09 17:40:19 +03:00
Pavol Ipoth
d7516a2580 Replace debug+sprintf with debugf 2019-05-09 11:39:18 +02:00
Michael Fraenkel
fab942f486 Cache the endpoints on the controller loop
The controller will retrieve all the endpoints at the beginning of its
loop. When changes need to be applied, the provider may need to query
the endpoints again. Allow the provider to skip the queries if its data was
cached.
2019-05-07 19:51:53 -04:00
Kubernetes Prow Robot
ad68fb8daf
Merge pull request #1007 from skoef/transipSupport
add TransIP as a provider
2019-05-07 05:49:42 -07:00
Reinier Schoof
3323229ae0 Merge branch 'master' of github.com:kubernetes-incubator/external-dns into transipSupport 2019-05-07 13:23:47 +02:00
Reinier Schoof
55612a2fcd added test for TransIP provider flags 2019-05-07 12:51:39 +02:00
Reinier Schoof
18abcf56f1 moved zoneForZoneName function into TransIPProvider struct 2019-05-07 12:02:00 +02:00
Reinier Schoof
eca0025558 tweaked transip provider tutorial 2019-05-07 12:01:01 +02:00
Kubernetes Prow Robot
7e9b883ad8
Merge pull request #1002 from ns1/ns1-add-endpoint-flag
Add --ns1-endpoint and --ns1-ignoressl flags
2019-05-07 02:59:40 -07:00
Kubernetes Prow Robot
a0545ceb75
Merge pull request #1004 from jbowes/dnsimple-support-apex-domains
DNSimple: Support apex records
2019-05-07 02:55:42 -07:00
Reinier Schoof
407f15f63d add TransIP support to roadmap checklist 2019-05-07 10:13:57 +02:00
Josh Harshman
f483b4695c scratch - use gcr.io/distroless 2019-05-03 15:06:27 -06:00
Pavol Ipoth
956be2e3ea Fix txt prefix bug, should be lowercased because when writing to dns it is lowercased 2019-05-03 13:54:03 +02:00
Kubernetes Prow Robot
6489dd4697
Merge pull request #1009 from pawelprazak/patch-1
Update aws.md
2019-05-02 01:38:20 -07:00
Paweł Prażak
db47517076
Update aws.md
Fixes `Failed to watch *v1.Node: unknown (get nodes)`
2019-05-02 09:51:54 +02:00
Josh Harshman
ca6d7e870e scratch - chnage from scratch to distroless 2019-05-01 10:37:28 -06:00
James Bowes
ad0264218d DNSimple: Support apex records
In DNSimple, apex records are represented with an empty name. Respect
this in the provider code.
2019-05-01 11:08:08 -04:00
Reinier Schoof
6cb203a02b fixed linting issue 2019-04-28 20:30:30 +02:00
Reinier Schoof
a2b07c1383 added TransIP provider 2019-04-28 14:42:07 +02:00
Kubernetes Prow Robot
fa205f62a8
Merge pull request #1006 from Raffo/master
Add docker image faq
2019-04-28 03:32:20 -07:00
Raffaele Di Fazio
4fc13e10f4 add docker image faq 2019-04-28 11:26:29 +02:00
mburtless
171e87d9ec Fix wording on flag description 2019-04-26 11:12:26 -04:00
mburtless
4fdeef3f2f Add flags for configuring custom NS1 endpoint and ignoring SSL verification for PrivateDNS support 2019-04-26 10:47:17 -04:00
Kubernetes Prow Robot
a4f40dfcb9
Merge pull request #984 from yverbin/964-headless-dns-entry
create missing DNS entry. fix https://github.com/kubernetes-incubator
2019-04-26 03:36:26 -07:00
Kubernetes Prow Robot
cd89eb82ec
Merge pull request #963 from ns1/ns1-provider-ammended
Add NS1 as a provider
2019-04-26 03:20:29 -07:00
Kubernetes Prow Robot
d4b3e8fb3d
Merge pull request #991 from njuettner/supress-k8s-logs
Supress noisy Kubernetes logs
2019-04-23 10:44:01 -07:00
mburtless
b7c10bb80f Add tutorial for NS1 and link in README 2019-04-23 11:27:25 -04:00
Nick Jüttner
4fdaf42e72 Supress noisy logs from Kubernetes
Signed-off-by: Nick Jüttner <nick@zalando.de>
2019-04-23 11:12:59 +02:00
mburtless
46e475b059 Update README with references to NS1 provider 2019-04-22 14:24:45 -04:00
mburtless
e4f40b4db8 Add ns1-go to go.mod and go.sum 2019-04-22 14:14:27 -04:00
mburtless
3d46e95f65 Add boilerplate to ns1 provider and tests and simplfy code for inititializing provider 2019-04-22 11:43:38 -04:00
mburtless
60666d8757 Remove comment 2019-04-22 11:43:38 -04:00
mburtless
31201344e5 add acceptance tests for ns1 provider 2019-04-22 11:43:38 -04:00