mirror of https://github.com/knative/docs.git
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:
parent
7362dcf485
commit
bb88048380
|
@ -5,6 +5,14 @@
|
||||||
|
|
||||||
To access your application using `curl` using this method:
|
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:
|
1. After starting your application, get the URL of your application:
|
||||||
```bash
|
```bash
|
||||||
kubectl get ksvc
|
kubectl get ksvc
|
||||||
|
|
Loading…
Reference in New Issue