From 7b1ecc002804fe5422951fbb9c7e3752a73aa013 Mon Sep 17 00:00:00 2001 From: Kenjiro Nakayama Date: Tue, 16 Jun 2020 03:19:32 +0900 Subject: [PATCH] Remove AWS from unsupported default-domain in Caveat (#2574) Current doc explains that default-domain does not work on AWS as it does not expose External IP. But it exposes Extenal Host and supported it by https://github.com/knative/serving/pull/7518. So this patch removes AWS from Caveat. --- docs/install/any-kubernetes-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/any-kubernetes-cluster.md b/docs/install/any-kubernetes-cluster.md index 68f39bb9a..b0c1f2ded 100644 --- a/docs/install/any-kubernetes-cluster.md +++ b/docs/install/any-kubernetes-cluster.md @@ -293,7 +293,7 @@ We ship a simple Kubernetes Job called "default domain" that will (see caveats) kubectl apply --filename {{< artifact repo="serving" file="serving-default-domain.yaml" >}} ``` -**Caveat**: This will only work if the cluster LoadBalancer service exposes an IPv4 address, so it will not work with IPv6 clusters, AWS, or local setups like Minikube. For these, see "Real DNS" or "Temporary DNS". +**Caveat**: This will only work if the cluster LoadBalancer service exposes an IPv4 address or hostname, so it will not work with IPv6 clusters or local setups like Minikube. For these, see "Real DNS" or "Temporary DNS". {{< /tab >}}