diff --git a/docs/snippets/temporary-dns.md b/docs/snippets/temporary-dns.md index 5856e5878..a9cc9142f 100644 --- a/docs/snippets/temporary-dns.md +++ b/docs/snippets/temporary-dns.md @@ -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