Removes unnecessary SkyDNS references in preparation for CoreDNS change. (#8867)

This commit is contained in:
Timothy St. Clair
2018-06-01 12:45:56 -05:00
committed by k8s-ci-robot
parent e859e827ce
commit d600569e6e
2 changed files with 2 additions and 2 deletions
@@ -134,7 +134,7 @@ KUBERNETES_SERVICE_PORT_HTTPS=443
### DNS
Kubernetes offers a DNS cluster addon Service that uses skydns to automatically assign dns names to other Services. You can check if it's running on your cluster:
Kubernetes offers a DNS cluster addon Service that automatically assigns dns names to other Services. You can check if it's running on your cluster:
```shell
$ kubectl get services kube-dns --namespace=kube-system