Tags: containers/kubernetes-mcp-server
Tags
feat(core): add resources_scale tool (#512) * feat(core): add resources_scale tool Signed-off-by: Calum Murray <[email protected]> * fix: use default namespace if not set Signed-off-by: Calum Murray <[email protected]> * Apply suggestions from code review Co-authored-by: Nader Ziada <[email protected]> Signed-off-by: Calum Murray <[email protected]> * refactor: move scaling logic to pkg/kubernetes Signed-off-by: Calum Murray <[email protected]> --------- Signed-off-by: Calum Murray <[email protected]> Co-authored-by: Nader Ziada <[email protected]>
chore(deps): update Go version from 1.24.1 to 1.24.10 (#455) https://issues.redhat.com/browse/OLS-2259 Signed-off-by: Marc Nuri <[email protected]>
fix(cmd): disable klog in STDIO mode (#331) Prevents protocol issues with some clients. Kubernetes tooling uses klog to log messages. Some of these messages end up logged in the stderr or stdout which breaks some of the clients that expect jsonrpc messages. Signed-off-by: Marc Nuri <[email protected]>
feat(kubernetes): add support for previousPod container logs (#256) Add 'previous' parameter to pods_log tool to retrieve logs from terminated containers, equivalent to kubectl logs --previous functionality. This enables debugging of containers that have restarted due to crashes or updates. Signed-off-by: Samuel Masuy <[email protected]> Co-authored-by: opencode <[email protected]>
PreviousNext