mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 09:36:58 +02:00
added version tag
This commit is contained in:
parent
56e4fe82db
commit
df03cb8107
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
Exoscale provider support was added via [this PR](https://github.com/kubernetes-incubator/external-dns/pull/625), thus you need to use external-dns with this PR merged.
|
Exoscale provider support was added via [this PR](https://github.com/kubernetes-incubator/external-dns/pull/625), thus you need to use external-dns v0.5.5.
|
||||||
|
|
||||||
The Exoscale provider expects that your Exoscale zones, you wish to add records to, already exists
|
The Exoscale provider expects that your Exoscale zones, you wish to add records to, already exists
|
||||||
and are configured correctly. It does not add, remove or configure new zones in anyway.
|
and are configured correctly. It does not add, remove or configure new zones in anyway.
|
||||||
@ -38,7 +38,7 @@ spec:
|
|||||||
# serviceAccountName: external-dns
|
# serviceAccountName: external-dns
|
||||||
containers:
|
containers:
|
||||||
- name: external-dns
|
- name: external-dns
|
||||||
image: registry.opensource.zalan.do/teapot/external-dns
|
image: registry.opensource.zalan.do/teapot/external-dns:v0.5.5
|
||||||
args:
|
args:
|
||||||
- --source=ingress # or service or both
|
- --source=ingress # or service or both
|
||||||
- --provider=exoscale
|
- --provider=exoscale
|
||||||
|
Loading…
Reference in New Issue
Block a user