kubectl-ai icon indicating copy to clipboard operation
kubectl-ai copied to clipboard

✨ Kubectl plugin to create manifests with LLMs

Results 23 kubectl-ai issues
Sort by recently updated
recently updated
newest added

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` |...

dependencies
github_actions

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...

dependencies
go

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...

dependencies
go

### 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...

enhancement

**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...

enhancement

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....

help wanted

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...

bug
help wanted

### 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...

enhancement

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...