Skip to content

Commit

Permalink
Merge pull request #4538 from AlessandroZanatta/master
Browse files Browse the repository at this point in the history
Add documentation about etcd HTTPS for CoreDNS provider
  • Loading branch information
k8s-ci-robot authored Jun 9, 2024
2 parents aabbac1 + cd4ad36 commit 56a0646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/coredns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 56a0646

Please sign in to comment.