update instructions for using temporary DNS in installation section (#5318)

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
This commit is contained in:
Paul Schweigert 2022-11-09 12:30:14 -05:00 committed by GitHub
parent 7362dcf485
commit bb88048380
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -5,6 +5,14 @@
To access your application using `curl` using this method:
1. Configure Knative to use a domain reachable from outside the cluster:
```bash
kubectl patch configmap/config-domain \
--namespace knative-serving \
--type merge \
--patch '{"data":{"example.com":""}}'
```
1. After starting your application, get the URL of your application:
```bash
kubectl get ksvc