Update set-up-coredns-provider-federation.md

modify "coredns" to "CoreDNS"
pull/4857/merge
Anthony 2017-08-14 18:57:49 +08:00 committed by Andrew Chen
parent 4a6bf5c688
commit cdf7613c6a
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ coredns-provider.conf has below format:
- `etcd-endpoints` is the endpoint to access etcd.
- `zones` is the federation domain for which CoreDNS is authoritative and is same as --dns-zone-name flag of `kubefed init`.
- `coredns-endpoints` is the endpoint to access coredns server. This is an optional parameter introduced from v1.7 onwards.
- `coredns-endpoints` is the endpoint to access CoreDNS server. This is an optional parameter introduced from v1.7 onwards.
*Note: middleware.etcd.zones in CoreDNS configuration and --dns-zone-name
flag to kubefed init should match.*