coredns/plugin
Matt Kulka 45e17c325c [plugin/route53]: Increase ListResourceRecordSets paging size. (#3073)
without the paging parameter set, it will default to 100 records per request. with large enough zones and
potentially multiple coredns daemons configured to pull from route 53, this can quickly add up and reach
aws global api rate limits (5/sec per root account). increasing paging to max can help reduce the number
of requests needed to pull records for a zone without no down side that i am aware of.

this helps issue #2353, but probably is not a complete fix.

Signed-off-by: Matt Kulka <mkulka@parchment.com>
2019-07-31 12:09:10 -07:00
..
any Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
auto Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
autopath Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
bind Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
cache Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
cancel Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
chaos gofmt fix for No newline at end of file (#2973) 2019-07-04 07:50:49 +01:00
debug Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
deprecated Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
dnssec Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
dnstap Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
erratic Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
errors Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
etcd cleanup: error message typos in setup_test.go (#3065) 2019-07-29 07:58:45 -07:00
federation Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
file plugin/file: z.Expired needs be read under a rlock (#3056) 2019-07-27 08:06:50 -07:00
forward Fix response_rcode_count_total metric (#3029) 2019-07-23 06:23:16 +00:00
grpc Fix response_rcode_count_total metric (#3029) 2019-07-23 06:23:16 +00:00
health Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
hosts plugin/host: don't append the names when reparsing hosts file (#3045) 2019-07-25 11:53:07 -07:00
import Trivial fix typo (#2590) 2019-02-21 07:23:34 +00:00
k8s_external Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
kubernetes plugin/kubernetes: remove some of the klog setup (#3054) 2019-07-30 16:35:07 +00:00
loadbalance Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
log Fix log plugin benchmark and slightly improve performance (#3004) 2019-07-16 19:00:22 +00:00
loop Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
metadata plugin/template: support metadata (#2958) 2019-07-03 16:10:56 +01:00
metrics Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
nsid Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
pkg pkg/cache: fix race in Add() and Evict() (#3013) 2019-07-19 09:19:03 +00:00
pprof Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
ready Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
reload plugin/reload: Graceful reload of imported files (#3068) 2019-07-30 22:44:16 +00:00
rewrite rewrite: remove condition file (#3003) 2019-07-14 08:44:00 +00:00
root Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
route53 [plugin/route53]: Increase ListResourceRecordSets paging size. (#3073) 2019-07-31 12:09:10 -07:00
secondary Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
template plugin/template: support metadata (#2958) 2019-07-03 16:10:56 +01:00
test Publish metadata from kubernetes plugin (#2829) 2019-06-09 08:10:57 +01:00
tls Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
trace Move github.com/openzipkin/zipkin-go-opentracing => github.com/openzipkin-contrib/zipkin-go-opentracing (#3070) 2019-07-31 06:44:56 +00:00
whoami Update Caddy to 1.0.1, and update import path (#2961) 2019-07-03 09:04:47 +08:00
backend.go Remove context.Context from request.Request (#2726) 2019-03-26 14:37:30 +00:00
backend_lookup.go Remove context.Context from request.Request (#2726) 2019-03-26 14:37:30 +00:00
done.go plugin/cancel: add context cancelation plugin (#2711) 2019-03-29 19:40:23 +00:00
log_test.go Clean up tests logging (#1979) 2018-07-19 16:23:06 +01:00
normalize.go plugin/kubernetes: fix case preservation and add test (#2430) 2019-01-08 08:30:03 -05:00
normalize_test.go Stop importing testing in the main binary (#2479) 2019-01-19 11:23:13 +00:00
plugin.go Update plugin.go (#2894) 2019-06-17 20:01:06 +01:00