Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
external-dns:v0.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Denise Schannon committed Aug 2, 2018
1 parent 7431862 commit f66d34d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
10 changes: 4 additions & 6 deletions infra-templates/dnsupdate-rfc2136/5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ Rancher External DNS service powered by any RFC2136 compatible DNS server

#### Changelog

##### v0.6.2
##### v0.7.12

* Adds support for disabling/enforcing external DNS on the host and service level using labels
* Adds support for insecure DNS Updates
* Fixes an issue with lingering TCP keep-alive connections to the Rancher Metadata service
* Fixes an issue where RFC2136 would log FORMER if the record is too large

#### Usage

Expand All @@ -23,7 +21,7 @@ When running multiple instances of the External DNS service configured to use th

`io.rancher.host.external_dns_ip`
Override the IP address used in DNS records for containers running on the host. Defaults to the IP address the host is registered with in Rancher.

`io.rancher.host.external_dns`
Accepts 'true' (default) or 'false'
When this is set to 'false' no DNS records will ever be created for containers running on this host.
Expand All @@ -35,7 +33,7 @@ Accepts 'always', 'never' or 'auto' (default)
- `always`: Always create DNS records for this service
- `never`: Never create DNS records for this service
- `auto`: Create DNS records for this service if it exposes ports on the host


`io.rancher.service.external_dns_name_template`
Accepts valid DNS name template
Expand Down
2 changes: 1 addition & 1 deletion infra-templates/dnsupdate-rfc2136/5/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rfc2136dns:
image: rancher/external-dns:v0.7.2
image: rancher/external-dns:v0.7.12
command: -provider=rfc2136
expose:
- 1000
Expand Down
2 changes: 1 addition & 1 deletion infra-templates/dnsupdate-rfc2136/5/rancher-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# notemplating
.catalog:
name: "DNS Update (RFC2136)"
version: "v0.7.2-rancher1"
version: "v0.7.12-rancher1"
description: "Rancher External DNS service powered by any RFC2136 compatible DNS server. Requires Rancher version v1.1.0"
minimum_rancher_version: v1.6.0-rc1
questions:
Expand Down
2 changes: 1 addition & 1 deletion infra-templates/dnsupdate-rfc2136/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DNS Update (RFC2136)
description: |
Rancher External DNS service powered by any RFC2136 compatible DNS
version: v0.7.2-rancher1
version: v0.7.12-rancher1
category: External DNS
labels:
io.rancher.orchestration.supported: 'cattle,mesos,swarm,kubernetes'

0 comments on commit f66d34d

Please sign in to comment.