Skip to content

Commit

Permalink
docs: update docs to the latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Linkhorst committed Aug 3, 2017
1 parent 29582ba commit d4cc1fb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/cloudflare.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorials/digitalocean.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/nginx-ingress.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d4cc1fb

Please sign in to comment.