Skip to content

Commit

Permalink
docs(annotations): note how to set multiple hostnames
Browse files Browse the repository at this point in the history
Setting multiple hostnames through this annotation has been possible since kubernetes-sigs#256, but this behavior has not been sufficiently documented before.
  • Loading branch information
hopkinsth authored Jul 10, 2024
1 parent 8d06c84 commit 9f29d3c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/annotations/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ Otherwise, use the `IP` of each of the `Service`'s `Endpoints`'s `Addresses`.

## external-dns.alpha.kubernetes.io/hostname

Specifies the domain for the resource's DNS records.
Specifies the domain for the resource's DNS records.

Multiple hostnames can be specified through a comma-separated list, e.g.
`svc.mydomain1.com,svc.mydomain2.com`.

## external-dns.alpha.kubernetes.io/ingress-hostname-source

Expand Down

0 comments on commit 9f29d3c

Please sign in to comment.