From cdf7613c6abae175bd159bf295b63bcf14392ebc Mon Sep 17 00:00:00 2001 From: Anthony Date: Mon, 14 Aug 2017 18:57:49 +0800 Subject: [PATCH] Update set-up-coredns-provider-federation.md modify "coredns" to "CoreDNS" --- docs/tasks/federation/set-up-coredns-provider-federation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/federation/set-up-coredns-provider-federation.md b/docs/tasks/federation/set-up-coredns-provider-federation.md index 1161cefc9c..994727dbcf 100644 --- a/docs/tasks/federation/set-up-coredns-provider-federation.md +++ b/docs/tasks/federation/set-up-coredns-provider-federation.md @@ -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.*