mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
fix docs, now mentions "spec.tls.hosts" and annotation on ingress
This commit is contained in:
parent
ffaf04a841
commit
cd74835e28
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user