Sunil Arora
Sunil Arora
Updated the license db.
Based on the POC in the `feature-rollouts` branch, we have identified following APIs: - Rollout APIs - ProgressiveRollout Strategy - RemoteRootSync The task is to scaffold the project structure under...
`kpt fn render` should allow network access to the functions being run as part of the pipeline. [This issue](https://github.com/GoogleContainerTools/kpt/issues/2450 has more context around the use-cases. Possible UX: ``` kpt fn...
This is a proof of concept to understand the overall archiecture of remote kubectl-ai.
You can see the run history here: https://github.com/GoogleCloudPlatform/kubectl-ai/actions/workflows/ci-periodic.yaml In case of failure, I have seen the eval task to be taking more than 30 minutes and then it was cancelled....
We have been getting a few requests around best practices around using kubectl-ai safely in production environment. Task here is to create a simple guide sharing tips/tricks for enabling safe...
While hacking on https://github.com/GoogleCloudPlatform/kubectl-ai/pull/485 I realized session persistence logic need to be aware of (request/response) messages related to meta queries. They are fine to display in the UI layer, but...
There are many cases where a user would like to stop an ongoing operation, so kubectl-ai should allow canceling the in-progress operation. For ex. sometimes you want to change your...
A few users have reported that they are running in context length exceeded error. In most of the instances, it involved fetching/analyzing logs in the system and that could get...