Skip to content

Commit

Permalink
update instructions for using temporary DNS in installation section
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
  • Loading branch information
psschwei committed Nov 3, 2022
1 parent ca477a2 commit 0f245a4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/snippets/temporary-dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f245a4

Please sign in to comment.