Commit Graph

4924 Commits

Author SHA1 Message Date
Nick Jüttner
a9478296d2
Merge pull request #780 from kubernetes-incubator/dep-update
update dep dependencies
2018-11-21 14:01:54 +01:00
Nick Jüttner
bc0d80896c update dep dependencies 2018-11-21 14:00:32 +01:00
Nick Jüttner
db34e3bb7d
Merge pull request #779 from kubernetes-incubator/njuettner-patch-1
Remove sorting of rrdatas
2018-11-21 12:13:14 +01:00
Nick Jüttner
4a330c61a3
Remove sorting of rrdatas 2018-11-21 12:13:04 +01:00
Nick Jüttner
7fdcf6b107 adjust gometalinter timeout by setting env var 2018-11-21 10:42:03 +01:00
Nick Jüttner
7be5919a67
Merge pull request #777 from kubernetes-incubator/njuettner-patch-1
Remove trim suffix
2018-11-21 10:36:20 +01:00
Nick Jüttner
919ad81ce7
Remove trim suffix 2018-11-21 10:35:53 +01:00
Nick Jüttner
1ed5fa6952 panic: assignment to entry in nil map 2018-11-20 16:30:25 +01:00
David Schneider
59f0022b6d Change default apiversion of crd
- Change default apiversion of DNSEndpoint
- Add error to output CRDClient
2018-11-16 18:41:06 +01:00
Anand Patel
230113c7b8 Merge branch 'master' of github.com:kubernetes-incubator/external-dns into feature/ignore-annotations 2018-11-16 14:21:23 -03:00
Erik Swets
e0e7a9defd Allow setting Cloudflare proxying by annotation 2018-11-16 12:52:47 +01:00
k8s-ci-robot
5fea7534b3
Merge pull request #686 from shashidharatd/etcdcv3
Migrate to use etcd client v3 for CoreDNS provider
2018-11-14 06:09:20 -08:00
Nick Jüttner
d666d73b12
Merge pull request #697 from SmartSenseByDigi/feature/route53-helper-script
Add helper script to update route53 txt owner entries
2018-11-14 15:06:31 +01:00
Nick Jüttner
41624a84a3 adding kubernetes adder 2018-11-14 14:53:12 +01:00
Nick Jüttner
1a9f8f08ae adding kubernetes adder 2018-11-14 14:32:51 +01:00
Nick Jüttner
ae2b782b58
Merge pull request #742 from mytaxi/feature/add-alias-annotation
Feature/add alias annotation
2018-11-14 14:22:58 +01:00
k8s-ci-robot
edc29a1b6a
Merge pull request #581 from jchv/txtRecordHandling
Do not replace TXT records with A/CNAME records in planner (#580)
2018-11-14 05:13:14 -08:00
k8s-ci-robot
3bc7e07cd3
Merge pull request #727 from etopeter/aws_wildcard_txtprefix_match
Matching entire string for wildcard in txt records with prefixes
2018-11-14 04:55:27 -08:00
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
k8s-ci-robot
9dd4142eb2
Merge pull request #767 from xianlubird/bug/sub-domain
Alibaba Cloud Provider Fix Multiple Subdomains Bug
2018-11-12 05:47:39 -08: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
Bily Zhang
c0968ab857 Fix typos: sychronized->synchronized, resouce->resource, sepecified->specified (#769)
Signed-off-by: mooncake <xcoder@tenxcloud.com>
2018-11-12 08:33:53 +01:00
vaegt
4b985ab04a
Add docs for alias annotation 2018-11-09 13:07:55 +01:00
vaegt
38dc658270
Change log level 2018-11-09 11:19:19 +01:00
vaegt
0af588317b
Remove unnecessary slashes 2018-11-09 11:11:39 +01:00
xianlubird
a4e4d2c08b Fix Multiple subdomains bug 2018-11-09 14:28:39 +08: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
k8s-ci-robot
ae0e908b64
Merge pull request #760 from AdamDang/patch-1
Fix some typos in  returned messages in dyn.go
2018-11-06 02:01:02 -08:00
Przemyslaw Bak
06f315cae8 Tiny clarification about two available deployment methods. 2018-11-06 08:38:48 +00:00
shashidharatd
a1563f0b44 Update Gopkg.* vendor management files for github.com/coreos/etcd 2018-10-31 21:34:57 +05:30
shashidharatd
c668865e65 Update CoreDNS provider to use etcd v3 client 2018-10-31 21:34:57 +05:30
AdamDang
40d1137459
Update dyn.go 2018-10-26 23:31:21 +08:00
k8s-ci-robot
21b7c3a613
Merge pull request #756 from pascalgn/master
Update Azure documentation
2018-10-25 09:13:32 -07: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
k8s-ci-robot
5ff808fa7d
Merge pull request #747 from helgi/patch-1
MAINTAINER is deprecated - using LABEL instead
2018-10-18 08:44:12 -07:00
Helgi Þormar Þorbjörnsson
71b9dac993
MAINTAINER is deprecated - using LABEL instead
https://docs.docker.com/engine/reference/builder/#maintainer-deprecated
2018-10-17 14:41:22 -07:00
Anand Patel
3454363d67 allow hostname annotations to be ignored 2018-10-17 17:17:15 -04:00
k8s-ci-robot
2668b9f4ba
Merge pull request #736 from ottoyiu/fix-domainfilter
Fix domain-filter matching logic to not match similar domain names
2018-10-17 02:44:05 -07:00
k8s-ci-robot
f9e8434469
Merge pull request #684 from coderanger/non-root-user
Create a non-root user to run the container process as
2018-10-16 13:25:41 -07:00
k8s-ci-robot
fc658ce9dd
Merge pull request #717 from FestivalBobcats/designate_tls_fix
Fix TLS issue with OpenStack auth (Designate)
2018-10-16 06:08:04 -07:00
k8s-ci-robot
eff786633e
Merge pull request #741 from mackIOConsulting/rfc2136_issues
Fix #738 issue and small docs
2018-10-16 05:41:02 -07:00
vaegt
a4b753df6c
Format changes 2018-10-16 14:29:41 +02:00
Vladislav Troinich
f15d8f454a Add small Readme for RFC2136 provider 2018-10-16 15:24:45 +03:00
Vladislav Troinich
61cb265cee Merge remote-tracking branch 'origin/master' into rfc2136_issues 2018-10-16 14:41:19 +03:00
vaegt
bb80f99e17
Add alias annotation for ingress 2018-10-16 13:30:07 +02:00
Ben Hundley
2527157317 Add TestNewDesignateProvider test func 2018-10-15 18:08:50 -05:00
Noah Kantrowitz
28ba4ab001 Switch to using nobody instead. 2018-10-15 09:55:27 -07:00