From d600569e6e743ab3f97d07c10162e5b3bd83feff Mon Sep 17 00:00:00 2001 From: "Timothy St. Clair" Date: Fri, 1 Jun 2018 12:45:56 -0500 Subject: [PATCH] Removes unnecessary SkyDNS references in preparation for CoreDNS change. (#8867) --- .../cluster-administration/cluster-administration-overview.md | 2 +- .../services-networking/connect-applications-service.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md b/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md index 5f6c7e167a..489c26ffc4 100644 --- a/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md +++ b/content/en/docs/concepts/cluster-administration/cluster-administration-overview.md @@ -66,7 +66,7 @@ If you are using a guide involving Salt, see [Configuring Kubernetes with Salt]( ## Optional Cluster Services -* [DNS Integration with SkyDNS](/docs/concepts/services-networking/dns-pod-service/) describes how to resolve a DNS name directly to a Kubernetes service. +* [DNS Integration](/docs/concepts/services-networking/dns-pod-service/) describes how to resolve a DNS name directly to a Kubernetes service. * [Logging and Monitoring Cluster Activity](/docs/concepts/cluster-administration/logging/) explains how logging in Kubernetes works and how to implement it. diff --git a/content/en/docs/concepts/services-networking/connect-applications-service.md b/content/en/docs/concepts/services-networking/connect-applications-service.md index d2ca05c90f..c1621e0ce4 100644 --- a/content/en/docs/concepts/services-networking/connect-applications-service.md +++ b/content/en/docs/concepts/services-networking/connect-applications-service.md @@ -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