Commit 40e4771
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
[new-change]Update nw-ingress-configuring-application-domain.adoc
[new-change]Update nw-ingress-configuring-application-domain.adoc1 parent 7c266f7 commit 40e4771
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
76 | 86 | | |
77 | 87 | | |
78 | 88 | | |
| |||
0 commit comments