From cd74835e2889a3a2ef231a8c843af28d9bacf7d7 Mon Sep 17 00:00:00 2001 From: Yurii Soldak Date: Thu, 21 Jun 2018 13:38:07 +0200 Subject: [PATCH] fix docs, now mentions "spec.tls.hosts" and annotation on ingress --- docs/initial-design.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/initial-design.md b/docs/initial-design.md index 6c021ee60..be9ba2d81 100644 --- a/docs/initial-design.md +++ b/docs/initial-design.md @@ -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