Removes unnecessary SkyDNS references in preparation for CoreDNS change. (#8867)
This commit is contained in:
committed by
k8s-ci-robot
parent
e859e827ce
commit
d600569e6e
@@ -66,7 +66,7 @@ If you are using a guide involving Salt, see [Configuring Kubernetes with Salt](
|
|||||||
|
|
||||||
## Optional Cluster Services
|
## 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.
|
* [Logging and Monitoring Cluster Activity](/docs/concepts/cluster-administration/logging/) explains how logging in Kubernetes works and how to implement it.
|
||||||
|
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ KUBERNETES_SERVICE_PORT_HTTPS=443
|
|||||||
|
|
||||||
### DNS
|
### 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
|
```shell
|
||||||
$ kubectl get services kube-dns --namespace=kube-system
|
$ kubectl get services kube-dns --namespace=kube-system
|
||||||
|
|||||||
Reference in New Issue
Block a user