Raffaele Di Fazio
4117398643
Merge branch 'master' into raffo/docs-v0.15.0
2024-09-06 12:10:29 +02:00
Raffaele Di Fazio
2313af8bd2
update the docs to v0.15.0
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2024-09-05 19:37:57 +02:00
Michel Loiseleur
7ae03cdfc7
docs: refactor title and organisation
2024-09-05 09:09:48 +02:00
Tobia Bocchi
8728b25f71
Update cloudflare.md
...
Hey! I was trying out external-dns using cloudflare. I followed your docs and managed to deploy it successfully on my k3s cluster. While reading the docs and copying pasting the yaml files I noticed there was some inconsistencies with the indentation..
I am no kubernetes expert, I just fixed the problems that were not allowing me to deploy this service and checked the files using yamllint.com
While I was at it I also noticed a few errors on the syntax highlighting for code blocks, some had shell where the content was yaml, I fixed those too..
I hope this helps, thank you for this amazing project!
2024-06-29 15:39:52 +02:00
Raffaele Di Fazio
226dbb931f
update docs to v0.14.2
2024-05-18 18:32:35 +02:00
Robert Jensen
5084f3e234
changed documentation to include more details description when using api tokens
2024-05-15 13:42:43 +02:00
Michael Freeman
e0799293c3
Update cloudflare.md
...
missing clear instructions on where to find the chart, without this the upgrade command will not work.
2024-05-08 00:47:37 -05:00
ilyes Ajroud
7a9af84300
fix syntax on cloudflare externalDNS
2024-05-06 20:48:21 +01:00
Omer
82fd2773be
Remove version flag from helm command
2024-04-27 08:23:57 +03:00
Omer
a6585190f4
Add spaces
2024-04-27 00:23:21 +03:00
Omer
de07d9dbda
Set all credentials in secrets
2024-04-24 20:09:53 +03:00
Omer
a7e487d413
Revert changes to charts/external-dns/README.md and add helm docs for docs/tutorials/cloudflare.md
2024-04-24 19:52:46 +03:00
Raffaele Di Fazio
672e2c029f
replace all links in tutorials for v0.14.1
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2024-03-22 17:14:35 +01:00
Raffaele Di Fazio
5b5d68f45a
updates all versions in documentation
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-11-11 17:15:49 +01:00
Raffaele Di Fazio
b7c1d9519e
bump versions in all docs
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-05-29 23:11:04 +02:00
Charles Xu
4447b2a810
cloudflare: support reading API token from file
2023-04-18 15:44:27 -07:00
Raffaele Di Fazio
00f919d20f
all the v0.13.4 updates
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-03-27 23:07:49 +02:00
Artur Rodrigues
d8bf24696e
Document new option
...
Signed-off-by: Artur Rodrigues <artur.rodrigues@lacework.net>
2023-02-17 13:21:11 +00:00
Raffaele Di Fazio
75a83b013f
replaces all versions of docker images
...
Signed-off-by: Raffaele Di Fazio <difazio.raffaele@gmail.com>
2023-02-04 15:56:39 +01:00
John Gardiner Myers
d5e1fa1cc1
Update external-dns version in docs
2022-12-22 19:58:22 -08:00
John Gardiner Myers
9f382f41da
Use registry.k8s.io instead of k8s.gcr.io
2022-12-22 19:55:54 -08:00
Kundan Kumar
083e243eae
fix_2099
2021-06-03 17:07:44 +05:30
Jeff Spahr
eaf933328f
updated docs to reference the v0.7.6 image
2021-02-04 22:29:38 -05:00
R. Aidan Campbell
23757987aa
cloudflare: readme update for RBAC config
...
service account needs access to `watch` nodes. GKE and AWS R53, the two stable providers, have this permission
2020-10-20 12:06:41 -07: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
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
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
Alfred Krohmer
65208db6ec
Address review comments
2020-02-18 20:18:56 +01:00
Alfred Krohmer
c91eae9d2f
Update documentation to include RBAC permissions for endpoints resources
2020-02-18 19:43:41 +01:00
Zoltán Reegn
aff20c1ff7
docs: use apps/v1 instead of extensions/v1beta1 in Deployment examples
...
The extensions/v1beta1 API is deprecated for Deployment and with 1.16 is
not served by default anymore. This breaks the examples on k8s 1.16.
See this blog post for details on the deprecations:
https://kubernetes.io/blog/2019/07/18/api-deprecations-in-1-16/
2019-10-15 22:33:11 +02:00
Mike Eves
49e0c8b0e7
Support Cloudflare API Token Auth
2019-09-12 22:00:29 +01:00
Jérôme Lecorvaisier
a98637aa02
docs(cloudflare): set ttl annotation for cloudflare proxied entries to 1
2019-05-20 22:38:58 -04:00
Nick Jüttner
6d39526069
Merge branch 'master' into cloudflare-proxied-annotation
2019-01-24 11:16:54 +01:00
Kubernetes Prow Robot
a948fe659f
Merge pull request #824 from PascalKu/patch-1
...
Update cloudflare.md
2019-01-10 12:00:46 -08:00
Pascal Kutscha
5aee5ad345
Update cloudflare.md
2018-12-22 21:27:48 +01:00
Adrian Rangel
374bb9235a
fix commands to cleanup
2018-12-19 02:08:20 -06:00
Erik Swets
e0e7a9defd
Allow setting Cloudflare proxying by annotation
2018-11-16 12:52:47 +01:00
Derek Perkins
9d345272d9
fix typo in cloudflare.md
2018-07-02 20:43:52 -06:00
Nick Jüttner
5994e55708
Bump version to v0.5.4 ( #618 )
2018-06-28 15:30:56 +02:00
Nick Jüttner
501023cd67
Add node list allow to all RBAC tutorials
2018-06-15 17:23:00 +02:00
Nick Jüttner
8683d25b19
Bump version to v0.5.3
...
* Add recent changes to the changelog
* Update version in docs
Signed-off-by: Nick Jüttner <nick@zalando.de>
2018-06-15 11:52:29 +02:00
Jaromir Vanek
e7cbc5239c
bump version to v0.5.2 ( #586 )
2018-06-06 09:57:41 +02:00
Nick Jüttner
74de102a13
Remove the logic of preventing failing TTL's which are less than 120
...
Signed-off-by: Nick Jüttner <nick@juni.io>
2018-05-28 09:54:32 +02:00
Martin Linkhorst
960151a5ac
chore: bump version to v0.5.1 ( #560 )
2018-05-16 13:53:53 +02:00
Dan Bond
25af706af3
docs/tutorials: add pods resources to external-dns ClusterRole
2018-04-24 16:07:51 +01:00
Martin Linkhorst
b94288fcb9
chore: bump version to v0.5.0
2018-04-23 16:50:13 +02:00
Zach Arnold
389527785d
update RBAC rules in docs ( #451 )
...
* update RBAC rules in docs
* update docs with split between rbac and non
* make deployment use new sa
* docs: correctly reference service account in CRB
* docs: correctly reference service account in CRB in other docs
2018-02-27 11:54:20 +01:00
Henning Jacobs
76dc93bd29
update docs to use latest release v0.4.8 ( #398 )
2017-11-24 09:04:43 +01:00