Skip to content

Commit 03808b7

Browse files
prithvipatil97Prithviraj Patil
authored andcommitted
Update nw-ingress-configuring-application-domain.adoc
Wrong structure of command needs to be corrected Here is the documentation link: https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/networking/networking-operators#nw-ingress-configuring-application-domain_configuring-ingress Here is the current look: Expose the route: $ oc expose service hello-openshift route.route.openshift.io/hello-openshift exposed The above command is not structured properly. We can use the above command as well, and it will execute perfectly. But its structure is not as per our standard procedure. Hence, it needs to be changed. Here is the updated look: Expose the route: $ oc expose service hello-openshift route.route.openshift.io/hello-openshift exposed [new-commit]Update nw-ingress-configuring-application-domain.adoc [new-commit]Update nw-ingress-configuring-application-domain.adoc
1 parent 7c266f7 commit 03808b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ Wait for the `openshift-apiserver` finish rolling updates before exposing the ro
6565
[source,terminal]
6666
----
6767
$ oc expose service hello-openshift
68+
----
69+
+
70+
.Example output
71+
[source,terminal]
72+
----
6873
route.route.openshift.io/hello-openshift exposed
6974
----
7075
+

0 commit comments

Comments
 (0)