mirror of https://github.com/knative/docs.git
Explain what `sample application` is, in `no-dns.md` (#5676)
* Explain what `sample application` is, in `no-dns.md` * Update no-dns.md
This commit is contained in:
parent
c72897b71e
commit
729b03c1c8
|
@ -1,6 +1,6 @@
|
||||||
=== "No DNS"
|
=== "No DNS"
|
||||||
|
|
||||||
If you are using `curl` to access the sample applications, or your own Knative app, and are unable to use the "Magic DNS (sslip.io)" or "Real DNS" methods, there is a temporary approach. This is useful for those who wish to evaluate Knative without altering their DNS configuration, as per the "Real DNS" method, or cannot use the "Magic DNS" method due to using,
|
If you are using `curl` to access [the sample applications](/docs/getting-started/first-service/), or your own Knative app, and are unable to use the "Magic DNS (sslip.io)" or "Real DNS" methods, there is a temporary approach. This is useful for those who wish to evaluate Knative without altering their DNS configuration, as per the "Real DNS" method, or cannot use the "Magic DNS" method due to using,
|
||||||
for example, minikube locally or IPv6 clusters.
|
for example, minikube locally or IPv6 clusters.
|
||||||
|
|
||||||
To access your application using `curl` using this method:
|
To access your application using `curl` using this method:
|
||||||
|
|
Loading…
Reference in New Issue