dkeightley
b12f3ef049
Add RBAC manifest, update wording around IAM policy
2019-08-15 11:47:03 +10:00
Tariq Ibrahim
3ff358f689
update image versions in Dockerfile
2019-08-14 16:22:13 -07:00
Tariq Ibrahim
9afd5fac90
update digitalocean/godo to the latest stable version
2019-08-13 17:53:39 -07:00
Nick Jüttner
241f9463a6
Merge pull request #1142 from linki/fix-tip
...
Fix build for Go v1.13
2019-08-13 17:53:38 +02:00
Martin Linkhorst
f696429640
chore: fix build for go 1.13
2019-08-13 17:27:03 +02:00
Martin Linkhorst
29f03ef377
fix: add bzr to build container for gocheck ( #1141 )
2019-08-13 17:26:22 +02:00
Kubernetes Prow Robot
cd27b62e56
Merge pull request #1124 from dcherman/fix/istio-namespaced-host
...
fix: support namespaces on the hostnames in istio gateway
2019-08-13 07:23:42 -07:00
Kubernetes Prow Robot
52f0e60879
Merge pull request #1129 from helgi/chore/aws-zone-logs
...
Add the AWS Hosted Zone ID to log info
2019-08-13 04:27:41 -07:00
Daniel Herman
38a2040759
fix: support namespaces on the hostnames in istio gateway
...
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.
2019-08-07 13:07:53 -04:00
Helgi Þormar Þorbjörnsson
bccffc251b
Add the AWS Hosted Zone ID to log info
...
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"
```
2019-08-02 20:59:25 -07:00
Greg Sidelinger
67d282ad7e
Fixing Infoblox incorrect match of zone dns name
2019-08-02 13:20:31 -04:00
Kubernetes Prow Robot
cf7437f1a1
Merge pull request #1123 from dbluxo/prefer-cname-faq
...
Add FAQ for the new aws-prefer-cname flag
2019-07-31 05:38:20 -07:00
Daniel Ulman
d0448b2b4b
added faq for the new aws-prefer-cname flag
2019-07-31 13:51:33 +02:00
Martin Linkhorst
40edf9cfcb
fix: add test case for in-use upper-case txt prefixes
2019-07-31 12:26:55 +02:00
Martin Linkhorst
d4d8b964c1
chore: remove additional debug output from txt registry
2019-07-31 11:58:35 +02:00
Martin Linkhorst
1cdb941d88
chore: add tests for case-insensitive TXT prefix
2019-07-31 11:55:43 +02:00
Kubernetes Prow Robot
32043f29ac
Merge pull request #1102 from xunpan/config-prefix
...
add option for coredns to specify prefix name
2019-07-31 02:40:24 -07:00
Kubernetes Prow Robot
d1274717f9
Merge pull request #1120 from kubernetes-incubator/go-1.12.7
...
Update Go version and golangci-lint to the latest release
2019-07-30 09:10:51 -07:00
Kubernetes Prow Robot
eb54263256
Merge pull request #1084 from jonasrmichel/feature/contour-ingressroute
...
Add source implementation for Heptio Contour IngressRoute
2019-07-30 08:54:51 -07:00
Kubernetes Prow Robot
c52bd4c948
Merge pull request #1121 from marc-sensenich/add-dnsimple-tutorial-doc
...
Add DNSimple Tutorial Document
2019-07-30 04:50:52 -07:00
Marc Sensenich
cf1827cf36
Add DNSimple Tutorial Document
2019-07-29 17:44:55 -04:00
Kubernetes Prow Robot
385d2cebaf
Merge pull request #1092 from kubernetes-incubator/incubator-kep
...
Add initial KEP for external DNS.
2019-07-29 06:55:56 -07:00
njuettner
84db687946
Update golangci-lint version to 1.17.1
...
Signed-off-by: njuettner <nick@zalando.de>
2019-07-29 11:48:15 +02:00
njuettner
417ccc523c
Update Go version to 1.12.7
...
Signed-off-by: njuettner <nick@zalando.de>
2019-07-29 11:46:26 +02:00
Kubernetes Prow Robot
4421b019d5
Merge pull request #1103 from linki/prefer-cname
...
Allow to force usage of CNAME over ALIAS
2019-07-26 04:19:59 -07:00
Kubernetes Prow Robot
644d39068b
Merge pull request #1116 from mylesagray/master
...
Changed ttlMaximum to MaxInt32 to allow compilation on 32bit machines
2019-07-24 05:24:15 -07:00
Myles Gray
231d0701aa
Changed ttlMaximum to MaxInt32 to allow compilation on 32bit machines
...
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.
2019-07-23 17:40:57 +01:00
xunpan
b73f67793a
Merge branch 'master' into config-prefix
2019-07-22 22:36:25 +08:00
Kubernetes Prow Robot
411ab7f002
Merge pull request #1098 from Jason-ZW/add-rancher-dns-provider
...
Add rancher dns(RDNS) provider
2019-07-19 05:19:11 -07:00
Jason-ZW
f685704fcc
Add rancher dns(RDNS) provider
2019-07-19 19:40:00 +08:00
João Marçal
cb3f8c9ca5
Fixed some formating mistakes
...
Signed-off-by: João Marçal <joao.marcal12@gmail.com>
2019-07-18 11:27:18 +02:00
João Marçal
9f6ebfa06d
Fixed unused assignment
...
Signed-off-by: João Marçal <joao.marcal12@gmail.com>
2019-07-18 11:05:56 +02:00
João Marçal
6bf1c2bcb5
Added "external-dns/resource=..." field to CRDs usefull to solve conflits
...
Added warning when CR has a target with a "." in the end, which would make external-dns contantly add and remove the record
Signed-off-by: João Marçal <joao.marcal12@gmail.com>
2019-07-18 10:11:34 +02:00
Martin Linkhorst
4dce600a2b
feat(aws): allow to force usage of CNAME over ALIAS
2019-07-17 14:46:32 +02:00
xunpan
1260d7b456
add test case for coredns-prefix
2019-07-17 03:47:03 -04:00
xunpan
984e7de398
add option for coredns to specify prefix name
2019-07-17 02:47:23 -04:00
Kubernetes Prow Robot
b97b8e1dec
Merge pull request #1094 from jaypipes/doc-e2e
...
Add note about where e2e tests currently located
2019-07-11 11:41:07 -07:00
Jay Pipes
3a32ef6ee3
Add note about where e2e tests currently located
...
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.
2019-07-11 10:11:21 -04:00
Kubernetes Prow Robot
e11d5960cc
Merge pull request #1061 from suman-ganta/master
...
fixed an issue with handling multiple oci zones
2019-07-09 02:18:03 -07:00
Kubernetes Prow Robot
6f691ff3b9
Merge pull request #794 from linki/metrics-names
...
Namespace exposed metrics with the external_dns prefix
2019-07-09 02:04:03 -07:00
Martin Linkhorst
b6a52ec460
chore(controller): keep non-namespaced metrics until next minor release
2019-07-08 15:28:31 +02:00
Raffaele Di Fazio
15f2866d7c
Add initial KEP for external DNS.
2019-07-08 09:27:27 -04:00
Kubernetes Prow Robot
b6b7663819
Merge pull request #1091 from taharah/fix-dockerfiles
...
Update Dockerfiles to follow best practices
2019-07-08 05:58:35 -07:00
Trevor Wood
606260d494
Update Dockerfiles to follow best practices
2019-07-06 14:32:52 -04:00
Jonas Michel
43dce0b9d9
Add documentation for Contour IngressRoute source
2019-07-04 20:06:25 -05:00
Jonas Michel
aa551ac704
Add Contour IngressRoute source implementation
2019-07-04 20:06:24 -05:00
Kubernetes Prow Robot
454eb59622
Merge pull request #1079 from twilfong/master
...
add dualstack support for AWS provider with ALB ingress controllers
2019-07-04 07:22:36 -07:00
Kubernetes Prow Robot
181025104e
Merge pull request #1088 from kubernetes-incubator/v0.5.15
...
Changelog v0.5.15
2019-07-03 07:58:31 -07:00
njuettner
ea87187b9f
Changelog v0.5.15
2019-07-03 15:33:20 +02:00
Kubernetes Prow Robot
ef6b18a220
Merge pull request #1082 from hachh/fixRFC2136-merge-endpoints
...
fix issue #1081 when merging multiple targets
2019-07-03 06:00:30 -07:00