Nick Jüttner
c63bf03097
Merge pull request #737 from ottoyiu/pdns-domainfilter
...
PowerDNS: Add DomainFilter support
2018-11-14 13:50:19 +01:00
Nick Jüttner
305c96686f
Merge pull request #764 from coderanger/patch-1
...
Add Traefik to the supported list of ingress controllers.
2018-11-13 16:09:26 +01:00
Bily Zhang
10134b26a9
Remove dupplicated words:have,aliyun ( #768 )
...
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-12 08:36:08 +01:00
Noah Kantrowitz
15d5fa1f96
Add Traefik to the supported list of ingress controllers.
2018-11-07 00:17:51 -08:00
Patrick Galbraith
2c602631dd
Oracle doc fix (add "key:" to secret) ( #750 )
...
* fix domain filter match logic to not match similar domain names
* MAINTAINER is deprecated - using LABEL instead
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
* Fix to documentation for Oracle to include `key:`
2018-11-06 20:58:18 +01:00
Pascal
f11987ca09
Update Azure documentation
2018-10-23 20:47:44 +02:00
Otto Yiu
04ca5ec22f
pdns: Add DomainFilter support
2018-10-22 13:54:11 -07:00
Vladislav Troinich
f15d8f454a
Add small Readme for RFC2136 provider
2018-10-16 15:24:45 +03:00
Martin Linkhorst
8163db497d
docs: document how to use a different security context
2018-10-02 18:36:58 +02:00
Jonas Michel
b9b6842195
Add Source implementation for Istio Gateway ( #694 )
...
* add Istio Gateway Source
* add documentation for Istio Gateway Source
* make both istio namespace and ingress gateway service configurable
* prefix gateway types, constructors, and flags with 'istio-'
* fix: add missing sources to source flag docs
2018-09-06 16:39:32 +02:00
Nick Jüttner
488f10394a
Merge branch 'master' into generic-source
2018-09-03 10:55:12 +02:00
xianlubird
ae9c135d75
Add zone info to deployment
2018-09-03 16:20:26 +08:00
xianlubird
3e771e5b72
Change README.md from 0.4 to 0.5.6
2018-08-31 10:06:25 +08:00
xianlubird
e488e2bb0f
Add aliyun sts token support
2018-08-30 18:48:31 +08:00
Li Yi
1db16f35af
Initial support for Alibaba Cloud
2018-08-28 17:30:36 +08:00
shashidharatd
1529c0231f
Add documentation for CRD source
2018-08-22 19:37:21 +05:30
Nick Jüttner
ce525ce507
Updating changelog for new release v0.5.5
2018-08-17 13:28:28 +02:00
cliedeman
65f8b914b1
Linode Provider Implementation
2018-08-14 16:26:14 +02:00
Andrew Starr-Bochicchio
19476bd869
s/Ttl/TTL/
2018-08-10 09:58:05 -04:00
Andrew Starr-Bochicchio
edc018cfd1
Add support to configure TTLs on DigitalOcean.
2018-08-09 18:43:23 -04:00
Arttii
874502ebf8
adding a flag to optionally publish hostIP instead of podIP for headless services ( #597 )
...
* Added HostPort feature docs
* Fixed some typos
* Fixing hostIP,podIP change
Fixing hostIP,podIP change
Merge artifacts in docs
Naming typo
removing unnecessary files
fix(source): fix misleading log message
Naming typo
removing unnecessary files
* fix(source): fix misleading log message
2018-07-26 18:16:32 +02:00
Christopher Schmidt
0fd3a7afb1
added list nodes
2018-07-13 12:52:16 +02:00
Nick Jüttner
717ee8440c
Merge branch 'master' into external-dns-exoscale
2018-07-12 12:21:12 +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
Derek Perkins
9d345272d9
fix typo in cloudflare.md
2018-07-02 20:43:52 -06:00
Nick Jüttner
5994e55708
Bump version to v0.5.4 ( #618 )
2018-06-28 15:30:56 +02:00
Yurii Soldak
cd74835e28
fix docs, now mentions "spec.tls.hosts" and annotation on ingress
2018-06-21 13:38:07 +02:00
Nick Jüttner
501023cd67
Add node list allow to all RBAC tutorials
2018-06-15 17:23:00 +02:00
Nick Jüttner
2e4238014f
Update RBAC for external-dns to list nodes
...
Introducing support for NodePort services might break cluster which
using RBAC
* allow external-dns to list nodes
Signed-off-by: Nick Jüttner <nick@zalando.de>
2018-06-15 17:03:24 +02:00
Nick Jüttner
8683d25b19
Bump version to v0.5.3
...
* Add recent changes to the changelog
* Update version in docs
Signed-off-by: Nick Jüttner <nick@zalando.de>
2018-06-15 11:52:29 +02:00
Jason L. van Brackel
49f36ea479
Update azure.md to fix protocol value ( #593 )
...
'tcp' is not a supported value whereas 'TCP' is.
2018-06-14 10:56:06 +02:00
Jaromir Vanek
e7cbc5239c
bump version to v0.5.2 ( #586 )
2018-06-06 09:57:41 +02:00
Roman Sokolkov
b2a5ed229d
Add Azure MSI support
2018-05-31 14:57:58 +02:00
Nick Jüttner
baa1da6fa0
Merge pull request #483 from vanekjar/AWS-SD-final
...
Add AWS Service Discovery provider
2018-05-30 10:31:34 +02:00
Nick Jüttner
74de102a13
Remove the logic of preventing failing TTL's which are less than 120
...
Signed-off-by: Nick Jüttner <nick@juni.io>
2018-05-28 09:54:32 +02:00
Jaromir Vanek
cd94888800
Implementation of AWS ServiceDiscovery provider
2018-05-25 07:45:47 -07:00
Raffaele Di Fazio
a104993630
Update docs to latest changes ( #563 )
...
* Minor changes to docs and faq
* Other minor changes
* better docs
* Addressed comments
2018-05-22 18:23:08 +02:00
shashidharatd
c18c1c79ec
Add a new source called connector ( #552 )
...
* Add new connector source
* Update docs for connector source
2018-05-22 17:49:16 +02:00
Martin Linkhorst
960151a5ac
chore: bump version to v0.5.1 ( #560 )
2018-05-16 13:53:53 +02:00
Henning Jacobs
e664bde484
AWS IAM Instance Profile ( #557 )
2018-05-15 16:42:57 +02:00
Dan Bond
25af706af3
docs/tutorials: add pods resources to external-dns ClusterRole
2018-04-24 16:07:51 +01:00
Martin Linkhorst
b94288fcb9
chore: bump version to v0.5.0
2018-04-23 16:50:13 +02:00
Anhad Jai Singh
bea99407c6
Add docs for pdns provider
2018-04-17 18:56:16 +05:30
Nick Jüttner
f58f53a3e4
RBAC permissions
2018-04-16 17:38:41 +02:00
Nick Jüttner
5fc7d31a57
Resolving merge conflicts
2018-04-05 12:40:27 +02:00
Helgi Þormar Þorbjörnsson
321d4d463b
Support a comma separated list for the FQDN template ( #512 )
...
* Support a comma separated list for the FQDN template
* Add documentation for comma separated FQDN templates
* chore: add multiple fqdn templates to changelog
2018-04-04 11:39:39 +02:00