Commit Graph

263 Commits

Author SHA1 Message Date
Rajat Jindal
a3dc3e8579 add documentation for aws health check id 2020-09-29 15:11:12 +05:30
Kubernetes Prow Robot
8b81c100fd
Merge pull request #1704 from DataDog/aws-cache-zones-list
aws: cache zones list
2020-09-10 07:17:44 -07:00
Kubernetes Prow Robot
0947994d37
Merge pull request #1628 from josephglanville/jpg/contour-httpproxy
Contour HTTPProxy support
2020-09-07 06:27:42 -07:00
Benjamin Pineau
837d1ea248 aws: cache zones list
When it syncs AWS DNS with k8s cluster content (at `--interval`), external-dns submits two distinct Route53 API calls:
* to fetch available zones (eg. for tag based zones discovery, or when zones are created after exernal-dns started),
* to fetch relevant zones' resource records.

Each call taxes the Route53 APIs calls budget (5 API calls per second per AWS account/region hard limit), increasing the probability of being throttled.
Changing synchronization interval would mitigate those calls' impact, but at the cost of keeping stale records for a longer time.

For most practical uses cases, zones list aren't expected to change frequently.
Even less so when external-dns is provided an explicit, static zones set (`--zone-id-filter` rather than `--aws-zone-tags`).

Using a zones list cache halves the number of Route53 read API calls.
2020-09-03 13:03:07 +02:00
Kostas Kapetanakis
8e28d46aeb
fix ingress-controller yaml link 2020-09-01 23:49:49 +03:00
David Dooling
bfda251c71
Add tutorial for GKE with workload identity
Add instructions for using GKE workload identity to allow ExternalDNS
to authenticate against Google Cloud DNS APIs. Add blog link to
README.

Signed-off-by: David Dooling <dooling@gmail.com>
2020-08-31 16:59:14 -05:00
ZhengYuan Loo
cbccd00d79
Merge branch 'master' into update-cf-docs 2020-08-27 10:27:28 +08:00
Loo Zheng Yuan
1518ae91f8
add examples using the --zone-id-filter flag 2020-08-26 01:34:14 +08:00
Loo Zheng Yuan
26156ad2db
improve docs on the exact configuration needed for zone-limited api tokens to work 2020-08-26 01:33:51 +08:00
Joseph Glanville
1fd40bd5fd Documentation for Contour HTTPProxy support 2020-08-22 17:51:47 +07:00
Sean Malloy
b349103de7 Update Documentation with Updated Registry Location
The k8s external-dns project now uses the official Kubernetes projects
container registry at k8s.gcr.io. Update all references to use the new
registry.
2020-08-21 16:28:57 -05:00
Kubernetes Prow Robot
7fe31aacfa
Merge pull request #1734 from ddymko/doc-typos
Docs: Fixed typos
2020-08-20 00:41:22 -07:00
Kubernetes Prow Robot
8b3ec72b4f
Merge pull request #1729 from prune998/patch-1
added --txt-prefix to google deployment
2020-08-20 00:39:22 -07:00
David Dymko
091580ae6d typos in docs 2020-08-19 01:41:59 -04:00
Patrik
b22edb8f4b
Update docs/tutorials/scaleway.md
Co-authored-by: Nick Jüttner <nick@juni.io>
2020-08-19 06:42:53 +02:00
Patrik Cyvoct
9a7a873ce8
Add Scaleway DNS as a new provider
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
2020-08-19 06:41:42 +02:00
prune
32a28ca5fa
removed ref to vinylDNS 2020-08-18 17:45:40 -04:00
Prune Sebastien THOMAS
e0723bb28b
added --txt-prefix to google deployment
when using `registry=txt` option, make sure to also use the `txt-prefix` and `txt-owner-id` options as well. If you try to create a `TXT` record in VinylDNS without a prefix, it will try to create a `TXT` record with the same name as your actual DNS record and fail (creating a stranded record `external-dns` cannot manage).
2020-08-18 11:11:36 -04:00
Kubernetes Prow Robot
4544ca797f
Merge pull request #1712 from tonychoe/patch-1
"passphrase:" is missing from oci.yaml example
2020-08-17 13:05:30 -07:00
Kubernetes Prow Robot
1e2b11d3d3
Merge pull request #1581 from stefanlasiewski/patch-1
Improve documentation about rfc2136 TTLs
2020-08-17 12:59:30 -07:00
Kubernetes Prow Robot
a7f0e8213b
Merge pull request #1697 from openstacker/add-serviceAccountName
Fix Designate doc
2020-08-17 12:57:30 -07:00
Tony Choe
67815a5cf7
Update oracle.md 2020-08-10 20:34:10 -07:00
Tony Choe
e69dcecabc
"passphrase:" is missing from oci.yaml example
The current example is incomplete. It misses "passphrase".
2020-08-06 21:19:38 -07:00
David Dooling
cd750c95ea
Update apiVersions in docs (#1690)
* Update apiVersions in docs

Update docs to reflect new apiVersions for ingresses and deployments.

* Add selector to apps/v1 deployments
2020-08-05 00:44:28 -07:00
Feilong Wang
cf26b450a0 Fix Designate doc 2020-07-30 14:18:18 +12:00
kbhandari
783355fd76 Added review comments 2020-07-29 13:13:47 +00:00
kbhandari
0a7c4fd8ca Incorprated master changes 2020-07-29 13:07:44 +00:00
kbhandari
63408f5333 Incorporated review comments 2020-07-22 13:19:49 +00:00
Kubernetes Prow Robot
a1db49c7da
Merge pull request #1661 from phillc/master
Update link for linode cloud manager
2020-07-17 04:49:00 -07:00
Kushal Bhandari
768211d6ff
Merge branch 'master' into master 2020-07-10 10:49:48 -04:00
Raffaele Di Fazio
7505f29e4c
Remove occurrences of "master" from the project (#1636)
* intial removal of inappropriate terminology

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* removed other occurrences

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* gofmt

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* addresses comment

Signed-off-by: Raffaele Di Fazio <raffo@github.com>

* gofmt

Signed-off-by: Raffaele Di Fazio <raffo@github.com>
2020-07-08 01:13:08 -07:00
phillc
4ec55c5bcf
Update link for linode cloud manager 2020-07-07 10:19:43 -04:00
Kushal Bhandari
3b085c5fcc
Merge branch 'master' into master 2020-06-30 11:18:58 -07:00
Tariq Ibrahim
c2788b2735
add new source for istio virtual services
Co-authored-by: Alfred Krohmer <alfred.krohmer@logmein.com>
Co-authored-by: Jonas-Taha El Sesiy <github@elsesiy.com>
2020-06-29 13:19:50 -07:00
ikovnatskymiacar
a54aa72303
Upgrade istio httpbin from 1.0 to 1.6 version 2020-06-22 11:08:23 +03:00
Kushal Bhandari
4809e19d4e
Merge branch 'master' into master 2020-06-18 10:56:13 -07:00
Kushal Bhandari
00da3a130f
Merge branch 'master' into master 2020-06-16 13:55:52 -07:00
kbhandari
f5db378090 Made go.mod and go.sunm file changes 2020-06-16 20:36:51 +00:00
kbhandari
7a71b2932a Added final review comments 2020-06-16 20:15:32 +00:00
kbhandari
a2027755c9 Added fix for default TTL 2020-06-16 19:07:19 +00:00
kbhandari
00ecf547e6 Quick fixed ultradns.md doc 2020-06-15 19:16:10 +00:00
kbhandari
db3fdfb1d9 Finalized version of ultradns provider 2020-06-15 19:03:37 +00:00
Vladimir Smagin
28c01075d0 Merge branch 'master' of github.com:kubernetes-sigs/external-dns 2020-06-09 23:57:15 +07:00
Vladimir Smagin
f0d811a198 watch for nodes 2020-06-09 23:47:37 +07:00
Vladimir Smagin
2494672f12 readme 2020-06-09 07:54:53 +07:00
Tom Dyas
0d0da6df5f set default to 50 plus add docs 2020-06-05 21:41:28 -07:00
Vladimir Smagin
76f391d8f8
fix typo 2020-05-26 03:30:57 +07: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
ae60b0cebe Add doc for Hetzner 2020-05-18 12:25:21 +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