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

Conversation

openshift-cherrypick-robot

This is an automated cherry-pick of #96043

/assign skopacz1

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.adoc
@openshift-ci openshift-ci bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Jul 17, 2025
@JoeAldinger
Copy link
Contributor

/retest

2 similar comments
@stevsmit
Copy link
Member

/retest

@JoeAldinger
Copy link
Contributor

/retest

Copy link

openshift-ci bot commented Jul 18, 2025

@openshift-cherrypick-robot: all tests passed!

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@kalexand-rh kalexand-rh merged commit 51190ec into openshift:enterprise-4.19 Jul 18, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants