kubetoolsca / krs

A GenAI-powered Kubetools Recommender System
https://kubetools.io
Apache License 2.0
106 stars 21 forks source link

Fix #71: Correct krs health for multi-container pods #74

Open MinhPhamLapTrinh opened 1 month ago

MinhPhamLapTrinh commented 1 month ago

Fix for Issue #71: KRS Health Doesn't Work Correctly on Multi-Container Pods

Description

This PR addresses the issue where krs health failed to correctly pull and analyze logs from multi-container pods. Specifically, the tool was hallucinating logs due to not pulling logs from all containers properly.

Changes Made