From 267cb1f1b612be2a641d915ab675c0f1e588ce78 Mon Sep 17 00:00:00 2001 From: Mathew Kamkar <578302+matkam@users.noreply.github.com> Date: Thu, 9 Nov 2023 17:25:44 -0800 Subject: [PATCH] Update docs/tutorials/nodes.md Co-authored-by: Michel Loiseleur <97035654+mloiseleur@users.noreply.github.com> --- docs/tutorials/nodes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/nodes.md b/docs/tutorials/nodes.md index 1be7e33b2f..508486d2dc 100644 --- a/docs/tutorials/nodes.md +++ b/docs/tutorials/nodes.md @@ -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)