From e6fac4042e72cc2a8aa6eaa6a67a8c49c9af0e72 Mon Sep 17 00:00:00 2001 From: Stefan Enberg Date: Wed, 24 Jan 2018 10:01:28 +0100 Subject: [PATCH 1/2] Typo fix --- docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/dns-pod-service.md b/docs/concepts/services-networking/dns-pod-service.md index 5168f28433..5bda9a4b3c 100644 --- a/docs/concepts/services-networking/dns-pod-service.md +++ b/docs/concepts/services-networking/dns-pod-service.md @@ -158,7 +158,7 @@ following pod-specific DNS policies. These policies are specified in the for more details. - "`ClusterFirst`": Any DNS query that does not match the configured cluster domain suffix, such as "`www.kubernetes.io`", is forwarded to the upstream - nameserver inherited from the node. Cluster aministrators may have extra + nameserver inherited from the node. Cluster administrators may have extra stub-domain and upstream DNS servers configured. See [related discussion](/docs/tasks/administer-cluster/dns-custom-nameservers/#impacts-on-pods) for details on how DNS queries are handled in those cases. From ce123713517a985c10519621ec0bbfdf8e006312 Mon Sep 17 00:00:00 2001 From: Stefan Enberg Date: Wed, 24 Jan 2018 10:12:48 +0100 Subject: [PATCH 2/2] Update dns-pod-service.md --- docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/services-networking/dns-pod-service.md b/docs/concepts/services-networking/dns-pod-service.md index 5bda9a4b3c..b5e626c1b7 100644 --- a/docs/concepts/services-networking/dns-pod-service.md +++ b/docs/concepts/services-networking/dns-pod-service.md @@ -199,7 +199,7 @@ spec: ### Pod's DNS Config Kubernetes v1.9 introduces an Alpha feature that allows users more control on -the DNS settings for a Pod. To enable this feature, the cluster aministrator +the DNS settings for a Pod. To enable this feature, the cluster administrator needs to enable the `CustomPodDNS` feature gate on the apiserver and the kubelet, for example, "`--feature-gates=CustomPodDNS=true,...`". When the feature gate is enabled, users can set the `dnsPolicy` field of a Pod