k8sgpt icon indicating copy to clipboard operation
k8sgpt copied to clipboard

Giving Kubernetes Superpowers to everyone

Results 209 k8sgpt issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | buf.build/gen/go/k8sgpt-ai/k8sgpt/grpc/go | `v1.3.0-20231116211251-9f5041346631.2` -> `v1.3.0-20240128172516-6bf6a55ff115.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/buf.build%2fgen%2fgo%2fk8sgpt-ai%2fk8sgpt%2fgrpc%2fgo/v1.3.0-20240128172516-6bf6a55ff115.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
go

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | oras.land/oras-go | `v1.2.4` -> `v1.2.5` | [![age](https://developer.mend.io/api/mc/badges/age/go/oras.land%2foras-go/v1.2.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies
go

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [k8s.io/utils](https://togithub.com/kubernetes/utils) | require | digest | `3b25d92` -> `e7106e6` | ---...

dependencies
go

## 📑 Description This commit increases the code coverage of the `pkg/kubernetes` package to 94% ## ✅ Checks - [x] My pull request adheres to the code style of this...

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've included steps to reproduce the behavior ### Affected Components - [X] K8sGPT (CLI)...

## 📑 Description This commit adds new tests for the `pkg/integration` package. As a result, the code the code coverage of the package has increased from 0% to 100% This...

## 📑 Description This commit adds some of the missing tests in the `pkg/analysis` package and bumps the code coverage to 73.5% ## ✅ Checks - [x] My pull request...

## 📑 Description This PR allows you to define a remote/local unauthenticated analyzer to scrape data from to add to K8sGPT. This allows the development of custom analyzers in any...

### Checklist - [X] I've searched for similar issues and couldn't find anything matching - [X] I've included steps to reproduce the behavior ### Affected Components - [X] K8sGPT (CLI)...

Closes #900 ## 📑 Description In the previous command for the default authentication backend (OpenAI), we can add the authentication backend multiple times, which is not possible with other backends....