Clarify Magic DNS Caveat (#3823)

Magic DNS does work locally on minikube, so long as `minikube tunnel` is
running.
This commit is contained in:
Julian Friedman 2021-06-18 16:37:51 +01:00 committed by GitHub
parent 4763c1715e
commit d2cf66aa94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 6 deletions

View File

@ -328,9 +328,14 @@ kubectl logs -f deploy/knative-operator
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 or hostname, so it will not work with IPv6 clusters or local setups
like Minikube. For these, see "Real DNS" or "Temporary DNS".
!!! info "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 unless [`minikube tunnel`](https://minikube.sigs.k8s.io/docs/commands/tunnel/)
is running.
For these, see the "Real DNS" or "Temporary DNS" tabs.
=== "Real DNS"
To configure DNS for Knative, take the External IP

View File

@ -194,10 +194,13 @@ Follow the procedure for the DNS of your choice:
kubectl apply -f {{ artifact(repo="serving",file="serving-default-domain.yaml")}}
```
!!! info "CAVEAT"
This will only work if the cluster LoadBalancer service exposes an
!!! info "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".
like Minikube unless [`minikube tunnel`](https://minikube.sigs.k8s.io/docs/commands/tunnel/)
is running.
For these, see the "Real DNS" or "Temporary DNS" tabs.
=== "Real DNS"