Merge pull request #911 from st1t/add-description

Added description for multiple dns name
This commit is contained in:
Kubernetes Prow Robot 2019-03-14 03:12:28 -07:00 committed by GitHub
commit d27c8d2d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -208,6 +208,8 @@ Create the following sample application to test that ExternalDNS works.
> For services ExternalDNS will look for the annotation `external-dns.alpha.kubernetes.io/hostname` on the service and use the corresponding value.
> If you want to give multiple names to service, you can set it to external-dns.alpha.kubernetes.io/hostname with a comma separator.
```yaml
apiVersion: v1
kind: Service