Kubernetes Prow Robot
324d1c9e4a
Merge pull request #1610 from vanhumbeecka/patch-1
...
Update README.md
2020-06-01 01:05:54 -07:00
Tom Dyas
c98bb4da29
increase test timeout to fix intermittent failures
2020-05-31 13:10:57 -07:00
Adam Stankiewicz
d6bb3ef82c
Update plan/plan.go
...
Co-authored-by: Raffaele Di Fazio <raffo@github.com>
2020-05-31 20:07:43 +02:00
Adam Stankiewicz
5bb3b7da20
Update plan/plan.go
...
Co-authored-by: Raffaele Di Fazio <raffo@github.com>
2020-05-31 20:07:34 +02:00
Adam Stankiewicz
98b26d73dd
Apply fixes for custom comparators
2020-05-30 18:34:54 +02:00
vanhumbeecka
1472cb66fd
Update README.md
...
I've changed the URL to the blogpost mentioned in the `Readme.md`
I'm moving all my posts from medium to a personal hosted website.
(same article, different url)
2020-05-30 14:38:01 +02:00
Kubernetes Prow Robot
31f799227c
Merge pull request #1603 from greenu/feature/support-for-aws-china
...
Support for AWS Route53 in China
2020-05-30 01:23:53 -07:00
Vladimir Smagin
3b070a6fbf
add apache license
2020-05-27 02:49:41 +07:00
Kubernetes Prow Robot
deaeca2ab1
Merge pull request #1575 from tariq1890/istio_dupl
...
remove some code duplication in gateway source
2020-05-25 14:07:11 -07:00
Vladimir Smagin
76f391d8f8
fix typo
2020-05-26 03:30:57 +07:00
Vladimir Smagin
97fa464403
update modules
2020-05-26 00:54:19 +07:00
Vladimir Smagin
940112684c
separate test data consistency check
2020-05-26 00:50:55 +07:00
Vladimir Smagin
f6961ef01b
testing for ApplyChanges
2020-05-26 00:40:46 +07:00
Vladimir Smagin
a7ee80f2e1
test of Records
2020-05-26 00:25:36 +07:00
greenu
a04a6f478f
Update aws-sdk-go to support AWS Route 53 proper endpoints in China
2020-05-25 15:50:01 +03:00
greenu
5be33906ff
Fix incorrect ELB hostzones for AWS China
2020-05-25 15:42:50 +03:00
Kubernetes Prow Robot
02c7c6f178
Merge pull request #1559 from lowkeyliesmyth/patch-1
...
Use consistent headless service name in example
2020-05-24 02:21:10 -07:00
Vladimir Smagin
f2b838cdda
+
2020-05-23 22:16:30 +07:00
Kubernetes Prow Robot
1afc720cda
Merge pull request #1567 from sheerun/fix-scheduling
...
Fix scheduling of reconciliation
2020-05-22 09:59:10 -07:00
Kubernetes Prow Robot
4f6ba41abb
Merge pull request #1494 from james-callahan/zoneid-filter
...
Allow ZoneIDFilter for Cloudflare
2020-05-22 05:08:37 -07:00
Devon Mizelle
60d4ef229e
Allow ZoneIDFilter for Cloudflare
...
This commit _should_ help #1127 . While users in the past were able to
define ZoneIDFilter for this provider, it did not actually do anything
under the hood.
In this case, we're changing Zones() to iterate over the provided
zoneIDs and return only those zones.
I would have also done this for domainFilter, but unfortunately the
CloudFlare API requires that in order to list zones (and find them by
name) that you have "all" permissions, which seems silly. After talking
to their support, this is probably the best way to do this.
Signed-off-by: James Callahan <jamescallahan@bitgo.com>
2020-05-21 22:28:55 +10:00
Kubernetes Prow Robot
609fab48f6
Merge pull request #1592 from clhuang/patch-1
...
Update Govcloud provider hosted zones
2020-05-21 01:00:36 -07:00
Calvin Huang
514c6e277a
update reference link with elb endpoints
2020-05-21 00:45:42 -07:00
Kubernetes Prow Robot
8387c93b71
Merge pull request #1483 from porscheinformatik/txt-suffix
...
add --txt-suffix feature
2020-05-21 00:38:36 -07:00
Kubernetes Prow Robot
faf2f12dcb
Merge pull request #1590 from dmayle/tcp_large_dns_master
...
Fix issue with too large DNS messages
2020-05-21 00:32:36 -07:00
Kubernetes Prow Robot
5b9d566c41
Merge pull request #1587 from tariq1890/upd_linode
...
use the latest linode go version
2020-05-21 00:30:36 -07:00
Calvin Huang
6f07ea5ea6
Update Govcloud provider hosted zones
...
Fixes https://github.com/kubernetes-sigs/external-dns/issues/1550 ;
https://docs.aws.amazon.com/general/latest/gr/rande.html#elb_region now has documentation for the Govcloud regions as well
2020-05-20 17:03:19 -07:00
Vladimir Smagin
d5f93b73d9
Merge branch 'master' into master
2020-05-21 01:24:23 +07:00
Douglas Mayle
785adeb6c1
Fix issue with too large DNS messages
...
This is an import of the fix for issue 10135 in the rancher fork of this
project ( rancher/rancher#10135 ).
2020-05-20 16:09:37 +02:00
Adam Stankiewicz
1806ade2c1
Fix scheduling of reconciliation
2020-05-19 17:26:12 +02:00
Tariq Ibrahim
a45126d88a
use the latest linode go version
2020-05-18 23:47:54 -07:00
Tariq Ibrahim
6c5eb30a72
remove some code duplication in gateway source
2020-05-18 14:10:39 -07:00
Kubernetes Prow Robot
4a45706209
Merge pull request #1584 from tariq1890/istio-client
...
use istio client-go and clean up k8s deps
2020-05-18 06:59:36 -07:00
Johannes Grumböck
6cb94432ca
Use strings instead of regex for splitting
2020-05-18 07:15:49 +00:00
Vladimir Smagin
ae60b0cebe
Add doc for Hetzner
2020-05-18 12:25:21 +07:00
Vladimir Smagin
b443483259
Merge branch 'master' of github.com:kubernetes-sigs/external-dns
2020-05-18 11:57:35 +07:00
Tariq Ibrahim
b1b46e7bec
use istio client-go and clean up k8s deps
2020-05-17 09:21:01 -07:00
Adam Stankiewicz
639db9f68f
Merge branch 'master' into property-comparator
2020-05-16 22:36:23 +02:00
Kubernetes Prow Robot
3db7f993c9
Merge pull request #1542 from sheerun/fix-updates
...
Fix updates in CloudFlare provider
2020-05-16 10:25:36 -07:00
Adam Stankiewicz
5a6c37fa31
Merge branch 'master' into fix-updates
2020-05-16 17:17:54 +02:00
Adam Stankiewicz
a1ffcb6f8e
Apply changes
2020-05-16 17:17:39 +02:00
Kubernetes Prow Robot
0f7fbec8aa
Merge pull request #1582 from kubernetes-sigs/raffo/new-maintainers
...
Add owners for cloudflare and coredns providers
2020-05-16 03:21:36 -07:00
Kubernetes Prow Robot
b0eaca1c73
Merge pull request #1569 from stevesloka/updateContourIngressRoute
...
update Contour IngressRoute deps
2020-05-16 02:37:36 -07:00
Raffaele Di Fazio
9c56df30f6
owners for cloudflare and coredns providers
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2020-05-16 10:50:42 +02:00
Kubernetes Prow Robot
9e6d56ef53
Merge pull request #1568 from sheerun/faster-tests
...
Make tests faster
2020-05-16 01:43:36 -07:00
Stefan Lasiewski
1681d4944b
Improve documentation about rfc2126 TTLs
...
Now that `--rfc2136-min-ttl` is an option, show how to set it and also how to override it using an annotation.
2020-05-15 16:42:44 -07:00
Steve Sloka
5c565dace7
update Contour IngressRoute deps
...
Signed-off-by: Steve Sloka <slokas@vmware.com>
2020-05-14 15:07:34 -04:00
Matt Dennison
c74f22e123
test(ns1): minTTLSeconds changes
2020-05-14 10:40:16 -07:00
Matt Dennison
6176d8151d
feat: ns1 min-ttl-seconds
2020-05-14 08:58:54 -07:00
Vladimir Smagin
41fa4d0263
fix for error report
2020-05-14 08:58:28 +07:00