From df03cb81075bbe7a074c4ad6d6a76a3775e9622d Mon Sep 17 00:00:00 2001 From: Christopher Schmidt Date: Wed, 11 Jul 2018 07:09:34 +0200 Subject: [PATCH] added version tag --- docs/tutorials/exoscale.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/exoscale.md b/docs/tutorials/exoscale.md index bab9c9e5a..c4cbd5883 100644 --- a/docs/tutorials/exoscale.md +++ b/docs/tutorials/exoscale.md @@ -2,7 +2,7 @@ ## 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 and are configured correctly. It does not add, remove or configure new zones in anyway. @@ -38,7 +38,7 @@ spec: # serviceAccountName: external-dns containers: - name: external-dns - image: registry.opensource.zalan.do/teapot/external-dns + image: registry.opensource.zalan.do/teapot/external-dns:v0.5.5 args: - --source=ingress # or service or both - --provider=exoscale