Steve Hipwell
411a8aab89
chore(chart): Deprecated secretConfiguration
...
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2024-01-08 10:23:20 +00:00
Thomas Hesse
df122b03fd
Documentation update - solves issue #4132
...
Adding userAssignedIdentityID of the kubelet identity solves the problem with multiple parallel node pool identities - issue #4132
2023-12-21 22:57:51 +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
sesoldi
eae94cef62
Update docs/tutorials/azure.md
...
Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com>
2023-10-31 14:43:31 +01:00
sesoldi
bed99a9b96
Update azure.md
...
azure.json file for Workload Identity should also contain the tenantId, otherwise it failes to pass the credentials to the external-dns pod
2023-10-31 13:01:54 +01:00
fcd
5225be2899
fix case of userAssignedIdentityID field
...
Minor documentation fix to ensure that all references to the
`userAssignedIdentityID` field are correct.
2023-10-15 23:28:24 +01:00
fcd
6fd8637290
document there are four ways of configuring access
...
Documentation for granting permissions suggests there are three ways
configure the access but lists four, fix that to prevent any confusion.
Also some minor typo fixes.
2023-10-03 20:57:23 +01:00
Igor Beliakov
a1c2775d45
feat(azure): add support for workload identity
...
Signed-off-by: Igor Beliakov <demtis.register@gmail.com>
2023-09-01 19:08:42 +02:00
Kubernetes Prow Robot
a2ff741695
Merge pull request #3594 from dmealo/patch-1
...
Very minor typo Update to azure.md
2023-06-11 10:45:47 -07: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
David Mealo
ea4eb4230c
Update azure.md
2023-05-08 10:03:21 -04:00
Houssem Dellai
e233a2accb
Added video tutorial in azure.md for using Azure DNS
2023-05-01 11:57:54 +02:00
Kubernetes Prow Robot
747999413c
Merge pull request #3459 from HoussemDellai/patch-1
...
Updated new annotation : ingressClassName: nginx
2023-04-22 03:49:12 -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
Houssem Dellai
84f9daa57d
Updated new annotation : ingressClassName: nginx
...
Replaced old annotation:
annotations:
kubernetes.io/ingress.class: nginx
with new one:
ingressClassName: nginx
2023-03-08 15:20:45 +01: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
Saverio Proto
617a32aa3d
Improve Azure tutorials
...
* Bump container images to v0.13.1
* Add example with kubernetes service and `external-dns.alpha.kubernetes.io/hostname` annotation
* Add example with `external-dns.alpha.kubernetes.io/internal-hostname`
* Add example used in combination with `service.beta.kubernetes.io/azure-load-balancer-internal`
2023-01-04 10:23:26 +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
Joaquin Menchaca
17879a1b8a
Minor fixes
2022-05-09 12:26:15 -07:00
Joaquin Menchaca
a2f5953c06
Update azure.md
2022-05-07 15:21:12 -07:00
Joaquin Menchaca
38c12c0e6c
Update azure.md
2022-05-07 15:17:39 -07:00
joaquin
2eb88c266b
Azure tutorial refresh
2022-05-07 13:38:05 -07:00
Johan Ryberg
511bc8a7f2
Updated miminal version of external-dns for this tutorial
2022-04-29 14:11:22 +00:00
Johan Ryberg
35a76ad62d
Updated tutorial to support Kubernetes 1.22
2022-04-29 10:24:37 +00:00
Kubernetes Prow Robot
6183270f5c
Merge pull request #2083 from SimonGurney/patch-1
...
Updated k8s manifest for Azure DNS provider #2082
2021-07-14 00:36:27 -07:00
Kundan Kumar
083e243eae
fix_2099
2021-06-03 17:07:44 +05:30
DOliana
9c0bd8dd43
Update azure.md
...
updated version of external-dns, added notes for MSI permissions and which roles can be used, fixed mounting of config-file-secret
2021-05-20 20:53:50 +02:00
SimonGurney
026fa1c4d2
Updated k8s manifest for Azure DNS provider #2082
...
As detailed in #2082 , following the tutorial does not work because the default TXT register is not configured with a prefix and therefore CNAME records can not be updated / deleted once added.
2021-05-14 16:38:09 +01:00
Kundan Kumar
e1cf5f88a7
updated ingress apiVersion
2021-03-16 12:42:30 +05:30
Jeff Spahr
eaf933328f
updated docs to reference the v0.7.6 image
2021-02-04 22:29:38 -05: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 Dymko
091580ae6d
typos in docs
2020-08-19 01:41:59 -04: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
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
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
Martin Linkhorst
b78d472940
Merge branch 'master' into docs_apps/v1_deployment
2020-01-07 14:51:20 +01:00
Martin Linkhorst
ad54d4cad2
docs: switch apiVersion of Ingress to networking
2020-01-07 14:42:47 +01:00
Kubernetes Prow Robot
7ab7b2f3d5
Merge pull request #1163 from adipascu/patch-1
...
Fix confusing arrow direction
2019-12-05 02:50:32 -08:00
Nick Jüttner
f763d2a413
Move into kubernetes-sigs organization ( #1245 )
...
* Move into kubernetes-sigs organization
* Disable labeler action for forks
2019-11-01 17:10:19 +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
Adrian Pascu
78c48af7e4
Fix confusing arrow direction
2019-08-23 16:45:14 +03:00
Denis Biondic
d0de07c084
docs(azure): better security granuality concerning external dns service principal
2018-12-24 16:44:06 +01:00
Matteo Dell'Aquila
36b443f853
fix json syntax error - typing error ( #765 )
...
there was an unexpected comma in json used as custom configuration file
2018-12-04 16:02:32 +01:00
Author pelithne
5bbaf7f3fc
Updating Azure tutorial
2018-11-24 18:19:55 +01:00
Pascal
f11987ca09
Update Azure documentation
2018-10-23 20:47:44 +02: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