Nick Jüttner
9eee9fe705
Merge pull request #625 from FaKod/external-dns-exoscale
...
Added Exoscale as Provider
2018-07-13 12:20:18 +01:00
Christopher Schmidt
0fd3a7afb1
added list nodes
2018-07-13 12:52:16 +02:00
Christopher Schmidt
11df25dc86
revert commit
2018-07-13 06:43:29 +02:00
Christopher Schmidt
5cf6ce905c
better test
2018-07-13 06:43:16 +02:00
Christopher Schmidt
42ff664af6
fix tests
2018-07-12 19:26:36 +02:00
Christopher Schmidt
a78b20916e
using defaultConfig n ow
2018-07-12 19:26:21 +02:00
Christopher Schmidt
826d87435e
Merge pull request #4 from greut/fix-header
...
exoscale: fix boilerplate header
2018-07-12 18:39:49 +02:00
Yoan Blanc
6ed7b8d3ba
exoscale: fix boilerplate header
...
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-07-12 13:30:08 +02:00
Nick Jüttner
717ee8440c
Merge branch 'master' into external-dns-exoscale
2018-07-12 12:21:12 +02:00
Nick Jüttner
8382e2a0e1
Merge pull request #626 from prydie/ap/oci-support
...
Oracle Cloud Infrastructure (OCI) DNS provider
2018-07-12 12:15:27 +02:00
Nick Jüttner
f38c347636
Merge branch 'master' into external-dns-exoscale
2018-07-12 11:30:05 +02:00
Andrew Pryde
3c9a944fec
Code review comments
2018-07-11 15:44:40 +01:00
Andrew Pryde
88da61e742
Implement Oracle Cloud Infrastructure DNS provider
2018-07-11 15:42:00 +01:00
Christopher Schmidt
df03cb8107
added version tag
2018-07-11 07:09:34 +02:00
Christopher Schmidt
56e4fe82db
added an Exoscale tutorial
2018-07-10 15:25:48 +02:00
Nick Jüttner
795b567f3b
Merge pull request #628 from peterbale/flag-aws-evaluate-target-health
...
Add aws-evaluate-target-health flag
2018-07-10 10:52:31 +02:00
Peter Bale
69bfc4f0eb
Update CHANGELOG.md
...
Updating CHANGELOG.md with 'Add aws evaluate target health flag' PR.
2018-07-06 12:06:39 +01:00
Peter Bale
ee941aab56
Add aws-evaluate-target-health flag
...
This is to add a new `--aws-evaluate-target-health` which allows the
user to override the default EvaluateTargetHealth value (currently set
to `true`) when creating AWS Route53 ALIAS records. To disable, pass
`--no-aws-evaluate-target-health` as outlined in the help page.
Closes https://github.com/kubernetes-incubator/external-dns/issues/627
2018-07-06 11:58:55 +01:00
Christopher Schmidt
14cefa0717
added UpdateNew
2018-07-06 07:49:48 +02:00
Christopher Schmidt
635427f528
did not match domains
2018-07-06 07:35:08 +02:00
Christopher Schmidt
07e7103afe
implemented dryRun
2018-07-06 07:17:07 +02:00
Yoan Blanc
a487d3878f
exoscale: rename exo into exoscale
...
Signed-off-by: Yoan Blanc <yoan.blanc@exoscale.ch>
2018-07-04 15:00:21 +02:00
Christopher Schmidt
8003a3f00b
initial Exoscale Provider
2018-07-04 14:59:48 +02:00
Nenad Ilic
2da3301a2c
Update DO CNAME type API request to prevent error 422
...
For some reason, the DO API requires the '.' at the end of "data" in case of CNAME request
Example: {"type":"CNAME","name":"hello","data":"www.example.com."}
2018-07-04 13:26:41 +02:00
Raffaele Di Fazio
aaf0193c29
Merge pull request #623 from derekperkins/patch-1
...
fix typo in cloudflare.md
2018-07-03 08:46:42 +02:00
Derek Perkins
9d345272d9
fix typo in cloudflare.md
2018-07-02 20:43:52 -06:00
Nick Jüttner
d3c33e2fb5
Remove sed deadline from travis.yml ( #621 )
...
* Remove sed deadline from travis.yml
* Remove sed deadline from travis.yml
* Remove sed deadline from travis.yml
2018-07-02 18:20:56 +02:00
Khris Richardson
8df38bb2dc
include github.com/infobloxopen/infoblox-go-client/pull/58 ( #615 )
2018-06-28 18:24:40 +02:00
Nick Jüttner
5994e55708
Bump version to v0.5.4 ( #618 )
2018-06-28 15:30:56 +02:00
Nick Jüttner
3652e0c90a
Only store endpoints with their labels in the cache ( #612 )
...
* Set cacheinterval flag to 0 by default and if it is zero don't use cache
* fix: run gofmt -s in go1.11
2018-06-28 13:56:38 +02:00
Nick Jüttner
6a02d5b560
Merge pull request #579 from kubernetes-incubator/insensitive-compare
...
annotation with upper-case hostnames block further updates
2018-06-28 13:54:57 +02:00
Nick Jüttner
029cb85d6f
Merge pull request #607 from jhoch-palantir/oss/pdns-tls
...
Adds TLS flags for pdns provider
2018-06-28 13:46:41 +02:00
Nick Jüttner
79eb828219
Merge pull request #611 from ysoldak/hosts-from-tls
...
Read hostnames from spec.tls.hosts on Ingress object
2018-06-28 13:43:01 +02:00
Jason Hoch
9db6952525
Leave extended deadline, but don't add --debug
2018-06-21 15:24:24 -04:00
Jason Hoch
c1008c1cb9
Debug build
2018-06-21 15:16:22 -04:00
Jason Hoch
537476c6f9
format again
2018-06-21 14:47:39 -04:00
Jason Hoch
48c38265b7
Update tests
2018-06-21 13:28:48 -04:00
Jason Hoch
c40e563292
Simplify flag checks; format
2018-06-21 11:56:36 -04:00
Yurii Soldak
044f2b9ac7
formatting (gofmt -s -w ./source/ingress_test.go)
2018-06-21 13:56:55 +02:00
Yurii Soldak
cd74835e28
fix docs, now mentions "spec.tls.hosts" and annotation on ingress
2018-06-21 13:38:07 +02:00
Yurii Soldak
ffaf04a841
read hostnames from spec.tls.hosts in ingress resource, fixes #610
2018-06-21 13:34:40 +02:00
Jason Hoch
8223796ae7
Utilizes tlsutils in pdns
2018-06-20 16:44:13 -04:00
Eric Lordahl
5cef5a4629
Reorder provider/aws suitable-zones tests ( #608 )
2018-06-20 17:46:34 +02:00
Nick Jüttner
54f5431ef0
chore
2018-06-20 17:41:03 +02:00
Nick Jüttner
7bbba61be6
Remove errors
2018-06-20 17:18:35 +02:00
Nick Jüttner
2e4778fac8
Merge pull request #594 from elordahl/names
...
AWS provider: Properly check suitable domains
2018-06-20 17:15:46 +02:00
Nick Jüttner
8ad3f144cc
Merge pull request #600 from kubernetes-incubator/doc/aws-rbac-nodes
...
Update RBAC for external-dns to list nodes
2018-06-20 09:56:22 +02:00
Jason Hoch
9a7fafa0c5
Addresses golint warnings #2
2018-06-19 16:05:35 -04:00
Jason Hoch
d56ef6dbda
gofmt
2018-06-19 15:56:55 -04:00
Jason Hoch
0ecf2e68ae
Addresses golint warnings
2018-06-19 15:54:20 -04:00