mirror of https://github.com/knative/docs.git
Relabel tab to 'No DNS' (#5522)
'Temporary DNS' is confusing since we are not actually setting up DNS in this instance Co-authored-by: dprotaso <dprotaso@gmail.com>
This commit is contained in:
parent
4280065157
commit
9e263fba45
|
@ -267,7 +267,7 @@ Knative Serving with different ingresses:
|
|||
<!-- These are snippets from the docs/snippets directory -->
|
||||
{% include "dns.md" %}
|
||||
{% include "real-dns-operator.md" %}
|
||||
{% include "temporary-dns.md" %}
|
||||
{% include "no-dns.md" %}
|
||||
|
||||
## Install Knative Eventing
|
||||
|
||||
|
|
|
@ -146,7 +146,7 @@ Follow the procedure for the networking layer of your choice:
|
|||
<!-- These are snippets from the docs/snippets directory -->
|
||||
{% include "dns.md" %}
|
||||
{% include "real-dns-yaml.md" %}
|
||||
{% include "temporary-dns.md" %}
|
||||
{% include "no-dns.md" %}
|
||||
|
||||
## Install optional Serving extensions
|
||||
|
||||
|
|
|
@ -19,4 +19,4 @@ Follow the procedure for the DNS of your choice:
|
|||
like minikube unless [`minikube tunnel`](https://minikube.sigs.k8s.io/docs/commands/tunnel/)
|
||||
is running.
|
||||
|
||||
In these cases, see the "Real DNS" or "Temporary DNS" tabs.
|
||||
In these cases, see the "Real DNS" or "No DNS" tabs.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
=== "Temporary 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,
|
||||
for example, minikube locally or IPv6 clusters.
|
Loading…
Reference in New Issue