mirror of https://github.com/kubernetes/kops.git
Update dns-controller README
This commit is contained in:
parent
0cc6bc11f1
commit
f93219eae3
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue