Update dns-pod-service.md

This commit is contained in:
Stefan Enberg 2018-01-24 10:12:48 +01:00 committed by GitHub
parent e6fac4042e
commit ce12371351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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