Skip to content

Commit

Permalink
Move k8gpt ideas above
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Ok <[email protected]>
  • Loading branch information
aliok authored Jan 24, 2024
1 parent 103f62e commit 5f32ada
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions programs/lfx-mentorship/2024/01-Mar-May/project_ideas.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,18 @@
- Zhongpei Qiao(@chivalryq, [email protected])
- Upstream Issue: https://github.com/kubevela/kubevela/issues/6435

### K8sGPT

#### Enhance K8sGPT's analyzers Unit Test Coverage

- Description: K8sGPT is a tool for scanning Kubernetes clusters, diagnosing and triaging issues with the help of GenAI. It has SRE experience codified into its analyzers. These analyzers are critical for K8sGPT to perform its in-depth analysis. There are a few analysers that have either limited or absent unit tests. The goal is to introduce more unit tests which will reflect mocked problematic/misconfigured K8s resources and assure K8sGPT analysers can catch and identify those test scenarios.
- Expected Outcome: Introduce and enhance Test Coverage of K8sGPT's analyzers
- Recommended Skills: Go, Kubernetes
- Mentor(s):
- Alex Jones (@AlexsJones, [email protected])
- Aris Boutselis (@arbreezy, [email protected])
- Issue: https://github.com/k8sgpt-ai/k8sgpt/issues/889

### Prometheus

#### Client_golang CI/CD improvements
Expand Down Expand Up @@ -259,18 +271,6 @@
- [Harshit Gangal](https://github.com/harshit-gangal) ([email protected])
- Issue: <https://github.com/vitessio/vitess/issues/14931>

### K8sGPT

#### Enhance K8sGPT's analyzers Unit Test Coverage

- Description: K8sGPT is a tool for scanning Kubernetes clusters, diagnosing and triaging issues with the help of GenAI. It has SRE experience codified into its analyzers. These analyzers are critical for K8sGPT to perform its in-depth analysis. There are a few analysers that have either limited or absent unit tests. The goal is to introduce more unit tests which will reflect mocked problematic/misconfigured K8s resources and assure K8sGPT analysers can catch and identify those test scenarios.
- Expected Outcome: Introduce and enhance Test Coverage of K8sGPT's analyzers
- Recommended Skills: Go, Kubernetes
- Mentor(s):
- Alex Jones (@AlexsJones, [email protected])
- Aris Boutselis (@arbreezy, [email protected])
- Issue: https://github.com/k8sgpt-ai/k8sgpt/issues/889

### WasmEdge

#### Integrate MLX as a new WASI-NN backend
Expand Down

0 comments on commit 5f32ada

Please sign in to comment.