Skip to content
This repository was archived by the owner on Aug 1, 2019. It is now read-only.

Commit f890e9f

Browse files
nebelsprachenabrennan89
authored andcommitted
Remove the first manual step documented by SRVKS-22 (#23)
1 parent f7d15cb commit f890e9f

5 files changed

+3
-49
lines changed

assembly_knative-OCP-4x.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ include::common/con_knative-OCP-4x.adoc[leveloffset=+1]
1111
// Installing Knative on an OpenShift cluster 4.0 using the script provided
1212
include::common/proc_installing-knative-OCP-4x.adoc[leveloffset=+1]
1313

14-
// Allowing external access to Knative services using a configured hostname OCP 4.0
15-
include::common/assembly_allowing-external-access-knative-services-OCP-4x.adoc[leveloffset=+1]
14+
// Allowing external access to Knative services for OCP 4.0 (Creating an OpenShift Route pointing to the istio-ingressgateway for each of your Knative Service)
15+
include::common/proc_creating-OCP-route-pointing-istio.adoc[leveloffset=+1]
1616

common/assembly_allowing-external-access-knative-services-OCP-4x.adoc

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

common/proc_creating-OCP-route-pointing-istio.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This module is included in the following assemblies:
22
//
3-
// assembly_allowing-external-access-knative-services-OCP-4x.adoc
3+
// assembly_knative-OCP-4x.adoc
44

55

66
[id='creating-OCP-route-pointing-istio_{context}']

common/proc_updating-knative-config-domain-OCP-4x.adoc

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

knative-OCP-4x.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,6 @@
5757
## Post-installation tasks
5858

5959
### Allowing external access to Knative services for OCP 4.0
60-
61-
#### Updating Knative's config-domain ConfigMap and replacing "example.com" with your domain's suffix.
62-
63-
>**NOTE**: This will not be needed once the new operator capabilities are enabled to set the value automatically.
64-
65-
1. Find out your cluster's domain suffix <YOUR CLUSTER SUFFIX> with the following command:
66-
67-
`oc get ingresses.config.openshift.io cluster -o jsonpath="{.spec.domain}"`
68-
69-
2. Edit Knative's config-domain ConfigMap and replace "example.com" with <YOUR CLUSTER SUFFIX> by using the following command:
70-
71-
`oc edit configmap config-domain -n knative-serving`
72-
7360

7461
#### Creating an OpenShift Route pointing to the istio-ingressgateway for each of your Knative Service.
7562

0 commit comments

Comments
 (0)