Janet Kuo
Janet Kuo
Dashboard deletes a StatefulSet from the API, make its pods GC'ed by the server at the same time. This is not desirable behavior for an application that relies on ordered...
So that users don't need to dig into the package to understand what the setters are for.
With git `2.8.0`, proxy credentials don't have to be embed in clear text in the url (https://github.com/git/git/commit/372370f1675c2b935fb703665358dd5567641107). `git-sync` should allow specifying proxy credentials.
With `kubectl-ai` recently achieving significant traction, it's crucial to establish a robust and comprehensive testing framework. This will ensure the project's continued stability, reliability, and scalability as we add new...
Fixes https://github.com/GoogleCloudPlatform/kubectl-ai/issues/222
This allows users to extend `kubectl-ai` to leverage arbitrary tools defined locally, without adding everything as built-in tools. Related: https://github.com/GoogleCloudPlatform/kubectl-ai/issues/218
Writing a [custom tool config](https://github.com/GoogleCloudPlatform/kubectl-ai?tab=readme-ov-file#tools) requires some prompting work, so it would be nice to have a curated list of configs for popular/common tools for users to reuse/share.
Wrapping `kubectl-ai` in a container can be useful in certain scenarios, for example: 1. Portability and dependencies encapsulation 2. Integration with CI/CD pipelines or IDPs 3. Self-healing/remediation: in-cluster controller diagnoses...