Fix CoreDNS requirement for ExternalName Service (#18566)

pull/18633/head
Jan Wozniak 2020-01-11 19:19:37 +01:00 committed by Kubernetes Prow Robot
parent 03f9dd3dfd
commit 78dad3ceb6
2 changed files with 2 additions and 2 deletions

View File

@ -485,7 +485,7 @@ The default is `ClusterIP`.
with its value. No proxying of any kind is set up.
{{< note >}}
You need CoreDNS version 1.7 or higher to use the `ExternalName` type.
You need either kube-dns version 1.7 or CoreDNS version 0.0.8 or higher to use the `ExternalName` type.
{{< /note >}}
You can also use [Ingress](/docs/concepts/services-networking/ingress/) to expose your Service. Ingress is not a Service type, but it acts as the entry point for your cluster. It lets you consolidate your routing rules into a single resource as it can expose multiple services under the same IP address.

View File

@ -815,7 +815,7 @@ The default is `ClusterIP`.
with its value. No proxying of any kind is set up.
{{< note >}}
You need CoreDNS version 1.7 or higher to use the `ExternalName` type.
You need either kube-dns version 1.7 or CoreDNS version 0.0.8 or higher to use the `ExternalName` type.
{{< /note >}}
You can also use [Ingress](/docs/concepts/services-networking/ingress/) to expose your Service. Ingress is not a Service type, but it acts as the entry point for your cluster. It lets you consolidate your routing rules into a single resource as it can expose multiple services under the same IP address.