Skip to content

Commit

Permalink
Update docs/tutorials/nodes.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michel Loiseleur <[email protected]>
  • Loading branch information
matkam and mloiseleur committed May 29, 2024
1 parent 6b0d792 commit 267cb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/nodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Using nodes (`--source=node`) as source is possible to synchronize a DNS zone wi
The node source adds an `A` record per each node `externalIP` (if not found, any IPv4 `internalIP` is used instead).
It also adds an `AAAA` record per each node IPv6 `internalIP`.
The TTL of the records can be set with the `external-dns.alpha.kubernetes.io/ttl` node annotation.
The FQDN template includes a function to replace all `.` with `-` in the node name, which is useful for cloud providers that include dots in the node name.
The FQDN template provides more than 100+ functions, documented [here](https://go-task.github.io/slim-sprig/). For instance, it includes a function to replace all `.` with `-` in the node name, which can be useful with cloud providers that include dots in the node name.

## Manifest (for cluster without RBAC enabled)

Expand Down

0 comments on commit 267cb1f

Please sign in to comment.