docs: update docs to the latest release

This commit is contained in:
Martin Linkhorst 2017-08-03 09:47:53 +02:00
parent 29582ba42d
commit d4cc1fbef3
No known key found for this signature in database
GPG Key ID: CBE9EF3F75BAA5FD
6 changed files with 9 additions and 9 deletions

View File

@ -80,7 +80,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=service
- --source=ingress

View File

@ -2,7 +2,7 @@
This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster on Azure.
Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial.
Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial.
This tutorial uses [Azure CLI 2.0](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli) for all
Azure commands and assumes that the Kubernetes cluster was created via Azure Container Services and `kubectl` commands
@ -69,7 +69,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=service
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.

View File

@ -2,7 +2,7 @@
This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using Cloudflare DNS.
Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial.
Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial.
## Creating a Cloudflare DNS zone
@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=service # ingress is also possible
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.

View File

@ -2,7 +2,7 @@
This tutorial describes how to setup ExternalDNS for usage within a Kubernetes cluster using DigitalOcean DNS.
Make sure to use **>=0.4.0** version of ExternalDNS for this tutorial.
Make sure to use **>=0.4.2** version of ExternalDNS for this tutorial.
## Creating a DigitalOcean DNS zone
@ -37,7 +37,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=service # ingress is also possible
- --domain-filter=example.com # (optional) limit to only example.com domains; change to match the zone created above.

View File

@ -77,7 +77,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=service
- --source=ingress

View File

@ -217,7 +217,7 @@ spec:
spec:
containers:
- name: external-dns
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.0
image: registry.opensource.zalan.do/teapot/external-dns:v0.4.2
args:
- --source=ingress
- --domain-filter=external-dns-test.gcp.zalan.do