kubectl-ai
kubectl-ai copied to clipboard
✨ Kubectl plugin to create manifests with LLMs
Bumps the actions-all group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.7.0` |...
Bumps the k8s group with 3 updates: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery), [k8s.io/cli-runtime](https://github.com/kubernetes/cli-runtime) and [k8s.io/client-go](https://github.com/kubernetes/client-go). Updates `k8s.io/apimachinery` from 0.29.3 to 0.30.0 Commits 37988e5 Merge remote-tracking branch 'origin/master' into release-1.30 c857a38 Update x/net for CVE-2023-45288...
Bumps [github.com/sashabaranov/go-openai](https://github.com/sashabaranov/go-openai) from 1.21.0 to 1.23.0. Release notes Sourced from github.com/sashabaranov/go-openai's releases. v1.23.0 What's Changed Remove hardcoded assistants version by @danai-antoniou in sashabaranov/go-openai#719 chore: add SystemFingerprint for chat completion stream...
### What kind of request is this? New feature ### What is your request or suggestion? Thank you for adding support for modifying existing manifests. I would like to see...
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, using `fixes #(, fixes #, ...)` format, will close the issue(s) when the PR gets...
- make sure the output is a valid (kubernetes) yaml by validating the yaml. example: https://github.com/yannh/kubeconform - if llm outputs non-valid yaml, - prompt if user wants to retry and/or...
We utilize Dex for OIDC authentication via LDAP. it doesn't seem to be functioning for our situation. I manually copied the generated YAML and applied it using `kubectl`, which works....
Installs just fine ``` kubectl krew install kubectl-ai/kubectl-ai INT ✘ home ⎈ Updated the local copy of plugin index. Updated the local copy of plugin index "kubectl-ai". Installing...
### What kind of request is this? Improvement of existing experience ### What is your request or suggestion? https://github.com/manifoldco/promptui does not seem to be maintained anymore, and has a bug...
Hi i set my export OPENAI_ENDPOINT=http://127.0.0.1:5000/v1 as i am running a model throw textgen ui but when i execute kubectl ai "create an nginx deployment with 3 replicas" I get...