k8sgpt-ai / k8sgpt-operator

Automatic SRE Superpowers within your Kubernetes cluster
https://k8sgpt.ai
Apache License 2.0
293 stars 80 forks source link

fix reconciler list only looping k8sgpt`s results #357

Closed JuHyung-Son closed 6 months ago

JuHyung-Son commented 6 months ago

Closes #356

📑 Description

since prev latestResultList lists all k8sgpt's result, not just looping one. it gets all result. so i added MatchingLabel so that it lists only looping k8sgpt config's result

✅ Checks

ℹ Additional Information