diff --git a/modules/nw-ingress-configuring-application-domain.adoc b/modules/nw-ingress-configuring-application-domain.adoc index ad16e225e2ac..61adbf543842 100644 --- a/modules/nw-ingress-configuring-application-domain.adoc +++ b/modules/nw-ingress-configuring-application-domain.adoc @@ -65,14 +65,24 @@ Wait for the `openshift-apiserver` finish rolling updates before exposing the ro [source,terminal] ---- $ oc expose service hello-openshift -route.route.openshift.io/hello-openshift exposed ---- + .Example output +[source,terminal] +---- +route.route.openshift.io/hello-openshift exposed +---- ++ +.. Get a list of routes by running the following command: + [source,terminal] ---- $ oc get routes +---- ++ +.Example output +[source,text] +---- NAME HOST/PORT PATH SERVICES PORT TERMINATION WILDCARD hello-openshift hello_openshift-.test.example.com hello-openshift 8080-tcp None