OSDOCS-9350-deepdive-3: endpointPublishingStrategy updates#80110
OSDOCS-9350-deepdive-3: endpointPublishingStrategy updates#80110dfitzmau merged 1 commit intoopenshift:mainfrom
Conversation
|
@dfitzmau: No Jira issue with key deepdive-3 exists in the tracker at https://issues.redhat.com/. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
ed158ab to
9e48fc9
Compare
a78482b to
9ef6c2b
Compare
a47e37a to
cded28f
Compare
|
@dfitzmau: No Jira issue with key deepdive-3 exists in the tracker at https://issues.redhat.com/. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
9915cc5 to
5de0305
Compare
| + | ||
| [source,terminal] | ||
| ---- | ||
| $ oc curl hello-openshift.nodeportsvc.ipi-cluster.example.com:<port> |
There was a problem hiding this comment.
- It is
curl http://hello-openshift.nodeportsvc.ipi-cluster.example.com:<port>notoc curl ... - should provide description of
<port>
Port is the nodeport we get from the nodeport service, `80:32432/TCP` means we should use `32432` here.
See Line 83 and 88, 80:32432/TCP,443:31366/TCP means for http route we should use nodeport 32432, for https should use nodeport 31366
3c92c84 to
e789087
Compare
|
LGTM. thank you @dfitzmau |
|
@dfitzmau: No Jira issue with key deepdive-3 exists in the tracker at https://issues.redhat.com/. DetailsIn response to this:
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 openshift-eng/jira-lifecycle-plugin repository. |
|
@dfitzmau: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/cherrypick enterprise-4.17 |
|
/cherrypick enterprise-4.16 |
|
/cherrypick enterprise-4.15 |
|
/cherrypick enterprise-4.14 |
|
/cherrypick enterprise-4.13 |
|
/cherrypick enterprise-4.12 |
|
@dfitzmau: new pull request created: #81802 DetailsIn response to this:
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. |
|
@dfitzmau: #80110 failed to apply on top of branch "enterprise-4.16": DetailsIn response to this:
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. |
|
@dfitzmau: #80110 failed to apply on top of branch "enterprise-4.15": DetailsIn response to this:
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. |
|
@dfitzmau: #80110 failed to apply on top of branch "enterprise-4.14": DetailsIn response to this:
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. |
|
@dfitzmau: #80110 failed to apply on top of branch "enterprise-4.13": DetailsIn response to this:
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. |
|
@dfitzmau: #80110 failed to apply on top of branch "enterprise-4.12": DetailsIn response to this:
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. |
Updates the doc to include Adding a NodePortService ingresscontroller from this SME document.
Version(s):
4.12+
Issue:
(https://issues.redhat.com/browse/OSDOCS-8653)
Link to docs preview:
Preview for link updates:
Additional information: