Skip to content

Commit 3b9244f

Browse files
authored
Merge pull request #96043 from prithvipatil97/patch-75
Update nw-ingress-configuring-application-domain.adoc
2 parents a144257 + 40e4771 commit 3b9244f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/nw-ingress-configuring-application-domain.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,24 @@ Wait for the `openshift-apiserver` finish rolling updates before exposing the ro
6565
[source,terminal]
6666
----
6767
$ oc expose service hello-openshift
68-
route.route.openshift.io/hello-openshift exposed
6968
----
7069
+
7170
.Example output
71+
[source,terminal]
72+
----
73+
route.route.openshift.io/hello-openshift exposed
74+
----
75+
+
76+
.. Get a list of routes by running the following command:
7277
+
7378
[source,terminal]
7479
----
7580
$ oc get routes
81+
----
82+
+
83+
.Example output
84+
[source,text]
85+
----
7686
NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD
7787
hello-openshift hello_openshift-<my_project>.test.example.com
7888
hello-openshift 8080-tcp None

0 commit comments

Comments
 (0)