From cd4ad36873af6cd9d61c52b64bbd171f0965baca Mon Sep 17 00:00:00 2001 From: Alessandro Zanatta Date: Sun, 9 Jun 2024 08:53:27 +0200 Subject: [PATCH] Add documentation about etcd HTTPS for CoreDNS provider --- docs/tutorials/coredns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/coredns.md b/docs/tutorials/coredns.md index bc673494c..38d8f5b7d 100644 --- a/docs/tutorials/coredns.md +++ b/docs/tutorials/coredns.md @@ -86,7 +86,7 @@ helm install --name my-coredns --values values.yaml stable/coredns ## Installing ExternalDNS ### Install external ExternalDNS ETCD_URLS is configured to etcd client service address. -Optionnally, you can configure ETCD_USERNAME and ETCD_PASSWORD for authenticating to etcd. +Optionally, you can configure ETCD_USERNAME and ETCD_PASSWORD for authenticating to etcd. It is also possible to connect to the etcd cluster via HTTPS using the following environment variables: ETCD_CA_FILE, ETCD_CERT_FILE, ETCD_KEY_FILE, ETCD_TLS_SERVER_NAME, ETCD_TLS_INSECURE. #### Manifest (for clusters without RBAC enabled)