Sunil Arora

Results 274 comments of Sunil Arora

Two options here: 1. Automatically add to `.gitignore` if present (with an option to disable this behavior) 2. Asking user and then doing it [This might be more disruptive if...

> Curious if we can configure the CI to auto-run so that contributors can catch CI bugs automatically? Yes, we want to do this. We need to figure out a...

@Keyruu Will take a look at it tomorrow. If you have any additional to reproduce this issue, would appreciate it.

@Keyruu I tried today as per your instructions with `mcp-proxy` and `mcp-inspector`, not able to reproduce it. I see 3 tools while listing the tools (kubectl, bash and trivy), I...

@appleboy We recently added support for `mcp` and `custom tools` and that introduced two more configuration files that `kubectl-ai` takes input from. We are thinking of re-factoring the config stuff...

> we'd be very open to PRs if anyone wanted to contribute Yes, PRs are very welcome :)

I am wondering if this was due to bug that got fixed in this PR https://github.com/GoogleCloudPlatform/kubectl-ai/pull/126 @mattn can you try with the latest release ?

Confirming that `kubectl-ai` invokes `kubectl` command under the hood. It doesn't call the kubernetes APIs. `kubectl-utils` (the snippet above) is being used for different purpose (`k8s-bench`). About kubeconfig: 1. If...

That is strange. `kubectl-ai` logs by default in `/tmp/kubectl-ai.log`. It also logs detailed trace in `/tmp/kubectl-ai-trace.txt` (if using latest release) else `trace.txt` (directory where it was invoked). Those two files...