Update dns-controller README

This commit is contained in:
Aman 2016-12-01 15:06:02 +05:30
parent 0cc6bc11f1
commit f93219eae3
No known key found for this signature in database
GPG Key ID: EB978C0392F7CBCC
1 changed files with 5 additions and 0 deletions

View File

@ -14,4 +14,9 @@ The dns-controller recognizes annotations on nodes.
`dns.alpha.kubernetes.io/internal` will set up records for accessing the resource internally
When added on `Service` controllers:
`dns.alpha.kubernetes.io/external` creates a Route53 A record with `public` IPs of all the nodes
`dns.alpha.kubernetes.io/internal` creates a Route53 A record with `private` IPs of all the nodes
The syntax is a comma separated list of fully qualified domain names.