Skip to content

[enterprise-4.19] Update nw-ingress-configuring-application-domain.adoc #96279

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
12 changes: 11 additions & 1 deletion modules/nw-ingress-configuring-application-domain.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-<my_project>.test.example.com
hello-openshift 8080-tcp None
Expand Down