OSDOCS-18945: adds troubleshooting MCP gateway#110076
OSDOCS-18945: adds troubleshooting MCP gateway#110076ShaunaDiaz wants to merge 1 commit intoopenshift:mcp-gateway-docs-tpfrom
Conversation
|
@ShaunaDiaz: This pull request references OSDOCS-18945 which is a valid jira issue. 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. |
bd295b0 to
4d0fda9
Compare
|
@ShaunaDiaz: This pull request references OSDOCS-18945 which is a valid jira issue. 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. |
69e956e to
10e6223
Compare
3e436c1 to
24792a0
Compare
24792a0 to
18c6743
Compare
18c6743 to
daa59d1
Compare
daa59d1 to
ffb1816
Compare
trepel
left a comment
There was a problem hiding this comment.
A few minor comments.
The major issue is with the EnvoyFilter Troubleshooting where the commands did not work for me and it is not clear to me how to workaround it
ffb1816 to
51d5626
Compare
11cef53 to
e70d9ba
Compare
lahinson
left a comment
There was a problem hiding this comment.
@ShaunaDiaz Just a few minor things to double-check. Feel free to merge this when you have QE sign-off and you're ready.
e70d9ba to
4bd48f6
Compare
|
@ShaunaDiaz: 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. |
| + | ||
| [source,terminal,subs="+quotes"] | ||
| ---- | ||
| $ oc exec -n _<gateway_namespace>_ deploy/_<gateway_name>_-istio -- curl -s localhost:15000/config_dump | jq '.configs[] | select(.["@type"] | contains("ListenersConfigDump")) | .dynamic_listeners[0.0.0.0_8080] | select(.name | contains("_<gateway_port>_"))' |
There was a problem hiding this comment.
The commands like this one does not work because curl binary is missing but even if there's no time to fix them let's keep them anyway - they still show valuable info on how to debug issues
There was a problem hiding this comment.
should we do something different, like:
$ oc debug -n <gateway_namespace> deploy/<gateway_name>-istio -- curl -s localhost:15000/config_dump
4bd48f6 to
f08cbf8
Compare
Version(s):
mcp-gateway-docs-tp
Issue:
OSDOCS-18945
Link to docs preview:
https://110076--ocpdocs-pr.netlify.app/rhcl/latest/observe_troubleshoot/mcp-gateway-troubleshooting.html
https://110076--ocpdocs-pr.netlify.app/rhcl/latest/mcp_gateway_config/mcp-gateway-register-ext-mcp-servers.html#proc-register-ext-mcp-server-mcpserverregistration_mcp-gateway-register-ext-mcp-servers (added IMPORTANT note to extension creation)
https://110076--ocpdocs-pr.netlify.app/rhcl/latest/mcp_gateway_config/mcp-gateway-register-ext-mcp-servers.html#proc-register-ext-mcp-server-mcpserverregistration_mcp-gateway-register-ext-mcp-servers (added IMPORTANT note to extension creation)
QE review:
Additional information:
Docs merge reviewer, the
mcp-gateway-docs-tpis a Release branch, so content work is incremental. The entire branch will be integrated into therhcl-docs-main,rhcl-docs-1.3, andrhcl-docs-1.4docs in late April, and therefore, not published anywhere now.Awaiting QE, please do not merge. Merge freeze is Monday, April 27.
Second half: #110691