mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
docs: update docs to the latest release
This commit is contained in:
parent
29582ba42d
commit
d4cc1fbef3
@ -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
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user