- 14 Aug, 2019 1 commit
-
-
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
-
- 11 Jul, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Add note about where e2e tests currently located
-
Jay Pipes authored
Adds a note about where e2e tests are currently located in the zalando-incubator/kubernetes-on-aws repository and fixes up a broken link in README.
-
- 09 Jul, 2019 2 commits
-
-
Kubernetes Prow Robot authored
fixed an issue with handling multiple oci zones
-
Kubernetes Prow Robot authored
Namespace exposed metrics with the external_dns prefix
-
- 08 Jul, 2019 3 commits
-
-
Martin Linkhorst authored
-
Raffaele Di Fazio authored
-
Kubernetes Prow Robot authored
Update Dockerfiles to follow best practices
-
- 06 Jul, 2019 1 commit
-
-
Trevor Wood authored
-
- 05 Jul, 2019 2 commits
-
-
Jonas Michel authored
-
Jonas Michel authored
-
- 04 Jul, 2019 1 commit
-
-
Kubernetes Prow Robot authored
add dualstack support for AWS provider with ALB ingress controllers
-
- 03 Jul, 2019 2 commits
-
-
Kubernetes Prow Robot authored
Changelog v0.5.15
-
njuettner authored
-