Skip to content

Commit 4066175

Browse files
authored
Merge pull request #38045 from abrennan89/SRVKS-814
SRVKS-814: Remove deprecated docs
2 parents a9e00b9 + 31fbdfe commit 4066175

10 files changed

+3
-560
lines changed

_topic_map.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,8 +3173,6 @@ Topics:
31733173
File: serverless-ossm-with-kourier-jwt
31743174
- Name: Configuring a custom domain for a Knative service
31753175
File: serverless-custom-domains
3176-
- Name: Configuring TLS for a custom domain using Kourier
3177-
File: serverless-ossm-tls-with-kourier
31783176
- Name: Using a custom TLS certificate for domain mapping
31793177
File: serverless-custom-tls-cert-domain-mapping
31803178
#

modules/knative-service-cluster-local.adoc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[id="knative-service-cluster-local_{context}"]
2-
= Setting cluster availability to `cluster-local`
2+
= Setting cluster availability to cluster local
33

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

2020
* Set the visibility for your service by adding the `networking.knative.dev/visibility=cluster-local` label:
2121
+
22-
2322
[source,terminal]
2423
----
2524
$ oc label ksvc <service_name> networking.knative.dev/visibility=cluster-local
@@ -29,14 +28,11 @@ $ oc label ksvc <service_name> networking.knative.dev/visibility=cluster-local
2928

3029
* 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:
3130
+
32-
3331
[source,termina]
3432
----
3533
$ oc get ksvc
3634
----
37-
3835
+
39-
4036
.Example output
4137
[source,terminal]
4238
----

modules/serverless-access-custom-domain.adoc

Lines changed: 0 additions & 24 deletions
This file was deleted.

modules/serverless-ossm-v1x-tls.adoc

Lines changed: 0 additions & 158 deletions
This file was deleted.

modules/serverless-ossm-v2x-tls.adoc

Lines changed: 0 additions & 160 deletions
This file was deleted.

0 commit comments

Comments
 (0)