- 23 Aug, 2019 2 commits
-
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
Fix --aws-api-retries
-
- 22 Aug, 2019 1 commit
-
-
Corey O'Brien authored
-
- 20 Aug, 2019 5 commits
-
-
Kubernetes Prow Robot authored
update versions and remove unnecessary files in Dockerfile
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
Update changelog for v0.5.16
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
fix flaky unit test in external-dns/provider
-
- 16 Aug, 2019 3 commits
-
-
Tariq Ibrahim authored
-
Tariq Ibrahim authored
-
Kubernetes Prow Robot authored
update image versions in Dockerfile
-
- 15 Aug, 2019 1 commit
-
-
Kubernetes Prow Robot authored
update digitalocean/godo to the latest stable version
-
- 14 Aug, 2019 2 commits
-
-
Tariq Ibrahim authored
-
Tariq Ibrahim authored
-
- 13 Aug, 2019 5 commits
-
-
Nick Jüttner authored
Fix build for Go v1.13
-
Martin Linkhorst authored
-
Martin Linkhorst authored
-
Kubernetes Prow Robot authored
fix: support namespaces on the hostnames in istio gateway
-
Kubernetes Prow Robot authored
Add the AWS Hosted Zone ID to log info
-
- 07 Aug, 2019 1 commit
-
-
Daniel Herman authored
One feature that's supported for the Istio Gateway resource is the ability to restrict what namespace may provide a VirtualService for a given hostname/domain by specifying it in the form `my-namespace/my-domain.com` which restricts the availability of `my-domain.com` to the `my-namespace` namespace. When creating the associated DNS records, the namespace should not be included.
-
- 03 Aug, 2019 1 commit
-
-
Helgi Þormar Þorbjörnsson authored
Useful when the private/public zones are named the same but a problem happens in one of them Additionally adds info about which Hosted Zone AWS Batch errors are happening in ``` level=error msg="InvalidChangeBatch: [Tried to create resource record set [name=woof.service.example.com., type=CNAME, set-identifier=legacy] but it already exists, Tried to create resource record set [name=best.service.example.com., type=CNAME, set-identifier=legacy] but it already exists, Tried to create resource record set [name=better.service.example.com., type=CNAME, set-identifier=legacy] but it already exists, Tried to create resource record set [name=my.service.example.com., type=CNAME, set-identifier=legacy] but it already exists]\n\tstatus code: 400, request id: XXX-XXX-XXX-XX" ```
-
- 31 Jul, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Add FAQ for the new aws-prefer-cname flag
-
Daniel Ulman authored
-
Kubernetes Prow Robot authored
add option for coredns to specify prefix name
-
- 30 Jul, 2019 3 commits
-
-
Kubernetes Prow Robot authored
Update Go version and golangci-lint to the latest release
-
Kubernetes Prow Robot authored
Add source implementation for Heptio Contour IngressRoute
-
Kubernetes Prow Robot authored
Add DNSimple Tutorial Document
-
- 29 Jul, 2019 4 commits
-
-
Marc Sensenich authored
-
Kubernetes Prow Robot authored
Add initial KEP for external DNS.
-
njuettner authored
Signed-off-by:
njuettner <nick@zalando.de>
-
njuettner authored
Signed-off-by:
njuettner <nick@zalando.de>
-
- 26 Jul, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Allow to force usage of CNAME over ALIAS
-
- 24 Jul, 2019 1 commit
-
-
Kubernetes Prow Robot authored
Changed ttlMaximum to MaxInt32 to allow compilation on 32bit machines
-
- 23 Jul, 2019 1 commit
-
-
Myles Gray authored
In its current state, ttlMaximum causes make to fail build with error: source/source.go:71:39: constant 4294967295 overflows int Because math.MaxUint32 is an untyped integer constant it is converted to type int when used as an interface param, type int is signed, MaxUint32 is larger than MaxInt32 and causes the type int to overflow. Converting ttlMaximum to MaxInt32 stops this overflow.
-
- 22 Jul, 2019 1 commit
-
-
xunpan authored
-
- 19 Jul, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Add rancher dns(RDNS) provider
-
Jason-ZW authored
-
- 17 Jul, 2019 3 commits
-
-
Martin Linkhorst authored
-
xunpan authored
-
xunpan authored
-