-
Notifications
You must be signed in to change notification settings - Fork 29
Add toolset for OpenShift router #98
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
base: main
Are you sure you want to change the base?
Conversation
|
Skipping CI for Draft Pull Request. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: alebedev87 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Should we consider having this as a part of the "openshift" toolgroup? |
899262a to
66029cc
Compare
@swghosh : That crossed my mind too. In my case "router" doesn't make much sense in Kubernetes context. However I didn't want to complicate things at this stage either. |
This commit introduces a new toolset for inspecting OpenShift router pods through the Kubernetes MCP Server. Added tools: - router_show_config: View the router's configuration - router_show_info: Get router runtime information and statistics - router_show_sessions: View all active sessions in the router
66029cc to
ca4989f
Compare
|
@alebedev87: 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. |
|
Wherever this ends up we'll likely end up using it as part of our NIDS MCP tooling. https://issues.redhat.com/browse/NE-2278 |
This PR introduces a new toolset for inspecting OpenShift router pods through the Kubernetes MCP Server.
Added tools:
router_show_config: View the router's configuration.router_show_info: Get router runtime information and statistics.router_show_sessions: View all active sessions in the router.