Sunil Arora
Sunil Arora
Many errors (especially `validations` related) are logged in the logs but not captured as part of the status API. The task is to surface the validations errors (and other errors)...
This PR adds support for new auth type `gcpksa` (BYOID) in config-sync.
### Highlight Using Readline() library in REPL (except in one case). Think of readline as a mini text editor for the user input. It enhances the overall text input experience....
I am observing some strange issues in flag parsing especially positional arguments getting mixed with the non-positional args. `cobra` command line library handles these really well, so probably time for...
We want to run a few eval tasks (may be difficulty level easy) as pre-submit tasks to ensure that new PRs are getting some basic e2e tests. Details: - The...
I think we can add `mcp-client` to extend coverage for tools that `kubectl-ai` can use. It will be cool project to explore what this integration might look like. We have...
`kubectl-ai` has 10 eval tasks today covering different areas. We want to improve the evals coverage. The goal is to get the eval coverage closer to realistic scenario that users...
It will be pretty interesting to have `kubectl-ai` take one of the industry certification exams like CKAD and record AI model's performance. If anyone in the community is aware of...
[The PR](https://github.com/kubernetes-sigs/krew-index/pull/4555) for adding `kubectl-ai` as a plugin has been accepted in the krew-index repo. The task here is setting up [Krew release automation](https://krew.sigs.k8s.io/docs/developer-guide/release/automating-updates/) which helps you skip manually making...