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:
Knative Prow Robot 2023-03-31 20:11:01 +01:00 committed by GitHub
parent 4280065157
commit 9e263fba45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.