Skip to content

Commit 8b5babc

Browse files
authored
update to v0.14.2 of externaldns in examples & docs (#6127)
1 parent 47403f2 commit 8b5babc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/content/configuration/virtualserver-and-virtualserverroute-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ https: https-8443
151151

152152
### VirtualServer.ExternalDNS
153153

154-
The externalDNS field configures controlling DNS records dynamically for VirtualServer resources using [ExternalDNS](https://github.com/kubernetes-sigs/external-dns). Please see the [ExternalDNS configuration documentation](https://kubernetes-sigs.github.io/external-dns/v0.12.0/) for more information on deploying and configuring ExternalDNS and Providers. Example:
154+
The externalDNS field configures controlling DNS records dynamically for VirtualServer resources using [ExternalDNS](https://github.com/kubernetes-sigs/external-dns). Please see the [ExternalDNS configuration documentation](https://kubernetes-sigs.github.io/external-dns/v0.14.2/) for more information on deploying and configuring ExternalDNS and Providers. Example:
155155

156156
```yaml
157157
enable: true
@@ -163,7 +163,7 @@ enable: true
163163
|``enable`` | Enables ExternalDNS integration for a VirtualServer resource. The default is ``false``. | ``string`` | No |
164164
|``labels`` | Configure labels to be applied to the Endpoint resources that will be consumed by ExternalDNS. | ``map[string]string`` | No |
165165
|``providerSpecific`` | Configure provider specific properties which holds the name and value of a configuration which is specific to individual DNS providers. | [[]ProviderSpecific](#virtualserverexternaldnsproviderspecific) | No |
166-
|``recordTTL`` | TTL for the DNS record. This defaults to 0 if not defined. See [the ExternalDNS TTL documentation for provider-specific defaults](https://kubernetes-sigs.github.io/external-dns/v0.12.0/ttl/#providers) | ``int64`` | No |
166+
|``recordTTL`` | TTL for the DNS record. This defaults to 0 if not defined. See [the ExternalDNS TTL documentation for provider-specific defaults](https://kubernetes-sigs.github.io/external-dns/v0.14.2/ttl/#providers) | ``int64`` | No |
167167
|``recordType`` | The record Type that should be created, e.g. "A", "AAAA", "CNAME". This is automatically computed based on the external endpoints if not defined. | ``string`` | No |
168168
{{</bootstrap-table>}}
169169

examples/custom-resources/external-dns/external-dns-route53.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
serviceAccountName: external-dns
5151
containers:
5252
- name: external-dns
53-
image: registry.k8s.io/external-dns/external-dns:v0.14.0
53+
image: registry.k8s.io/external-dns/external-dns:v0.14.2
5454
args:
5555
- --source=service
5656
- --source=ingress

tests/data/virtual-server-external-dns/external-dns.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ spec:
6262
serviceAccountName: external-dns
6363
containers:
6464
- name: external-dns
65-
image: registry.k8s.io/external-dns/external-dns:v0.14.0
65+
image: registry.k8s.io/external-dns/external-dns:v0.14.2
6666
args:
6767
- --source=crd
6868
- --crd-source-apiversion=externaldns.nginx.org/v1

0 commit comments

Comments
 (0)