Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _topic_map.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3071,8 +3071,6 @@ Topics:
File: serverless-ossm-with-kourier-jwt
- Name: Configuring a custom domain for a Knative service
File: serverless-custom-domains
- Name: Configuring TLS for a custom domain using Kourier
File: serverless-ossm-tls-with-kourier
- Name: Using a custom TLS certificate for domain mapping
File: serverless-custom-tls-cert-domain-mapping
#
Expand Down
6 changes: 1 addition & 5 deletions modules/knative-service-cluster-local.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[id="knative-service-cluster-local_{context}"]
= Setting cluster availability to `cluster-local`
= Setting cluster availability to cluster local

By default, Knative services are published to a public IP address.
Being published to a public IP address means that Knative services are public applications, and have a publicly accessible URL.
Expand All @@ -19,7 +19,6 @@ For {ServerlessProductName} 1.15.0 and newer versions, the `serving.knative.dev/

* Set the visibility for your service by adding the `networking.knative.dev/visibility=cluster-local` label:
+

[source,terminal]
----
$ oc label ksvc <service_name> networking.knative.dev/visibility=cluster-local
Expand All @@ -29,14 +28,11 @@ $ oc label ksvc <service_name> networking.knative.dev/visibility=cluster-local

* Check that the URL for your service is now in the format `\http://<service_name>.<namespace>.svc.cluster.local`, by entering the following command and reviewing the output:
+

[source,termina]
----
$ oc get ksvc
----

+

.Example output
[source,terminal]
----
Expand Down
26 changes: 0 additions & 26 deletions modules/serverless-access-custom-domain.adoc

This file was deleted.

158 changes: 0 additions & 158 deletions modules/serverless-ossm-v1x-tls.adoc

This file was deleted.

160 changes: 0 additions & 160 deletions modules/serverless-ossm-v2x-tls.adoc

This file was deleted.

Loading