Skip to content

Commit

Permalink
fix docs, now mentions "spec.tls.hosts" and annotation on ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
ysoldak committed Jun 21, 2018
1 parent ffaf04a commit cd74835
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/initial-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ New cloud providers should be easily pluggable. Initially only AWS/Google platfo

DNS records will be automatically created in multiple situations:
1. Setting `spec.rules.host` on an ingress object.
2. Adding the annotation `external-dns.alpha.kubernetes.io/hostname` on a `type=LoadBalancer` service object.
2. Setting `spec.tls.hosts` on an ingress object.
3. Adding the annotation `external-dns.alpha.kubernetes.io/hostname` on an ingress object.
4. Adding the annotation `external-dns.alpha.kubernetes.io/hostname` on a `type=LoadBalancer` service object.

### Annotations

Expand Down

0 comments on commit cd74835

Please sign in to comment.