mirror of https://github.com/knative/docs.git
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.
This commit is contained in:
parent
d530ba79f3
commit
7b1ecc0028
|
@ -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 >}}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue