From 1eaf02d108fdfd19b44ad5805f27498a17cba175 Mon Sep 17 00:00:00 2001 From: Shota Ito Date: Fri, 22 Feb 2019 19:01:43 +0900 Subject: [PATCH] Added description for multiple dns name This PR is a comment about "Multiple DNS names per Service" setting. --- docs/tutorials/aws.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorials/aws.md b/docs/tutorials/aws.md index 7056de801..61cefcccb 100644 --- a/docs/tutorials/aws.md +++ b/docs/tutorials/aws.md @@ -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