You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a pod fails, the error message should be sent to Slack only once.
Actual behaviour
The same logs are being pushed to Slack repeatedly every few seconds
[k8sgpt-myapp] K8sGPT analysis of the Pod default/dns-failure
Report
Error: The DNS resolution in the pod named "dns-failure" has failed.
Solution:
1. Check the DNS configuration in the pod.
2. Ensure the DNS server is reachable.
3. Verify network connectivity.
[k8sgpt-myapp] K8sGPT analysis of the Pod default/memory-hog
Report
Error: The last termination reason is Error container=memory-hog-container pod=memory-hog.
Solution:
1. Check the resource limits set for the pod.
2. Increase the memory limit for the memory-hog-container.
3. Restart the pod to apply the changes.
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Checklist
Affected Components
K8sGPT Version
v0.0.26
Kubernetes Version
v1.29.8
Host OS and its Version
No response
Steps to reproduce
Host the operator after following steps written here
https://github.com/k8sgpt-ai/k8sgpt-operator
Add slack webhook url and deploy any of these sample pods containing error:
Expected behaviour
If a pod fails, the error message should be sent to Slack only once.
Actual behaviour
The same logs are being pushed to Slack repeatedly every few seconds
Additional Information
No response
The text was updated successfully, but these errors were encountered: