-
Notifications
You must be signed in to change notification settings - Fork 0
[Bug] full diagnostics cannot access (No change from "Running Diagnostics...") #99
Comments
@jessegoodier @AjayTripathy or others will likely be able to provide more detailed troubleshooting recommendations, but it looks like your prometheus isn't reachable. What's status of that pod? |
Prometheus pod is running. |
Do you have network policies that prevent communication between pods? |
@jessegoodier |
You can try a curl from the frontend: kubectl exec -i -t -n kubecost deployments/kubecost-cost-analyzer -c cost-analyzer-frontend -- curl http://kubecost-prometheus-server.kubecost should get: you can also try a curl to other pods, perhaps grafana?
|
Because Kubecost does not block traffic, I would not expect any logs, other than the communication failures you are seeing. Do you have another cluster to test on to rule out other issues? |
@jessegoodier There are no clusters without Istio, making it difficult to verify. |
We do not have other reports of this. I don't have any other ideas here. Very strange the test command works but the cost-model container cannot communicate. |
While closely monitoring the browser access logs, I found an interesting log. This error log seems to be a 403 error (Rate limit) when accessing 178079595/releases response:
|
Hello, in an effort to consolidate our bug and feature request tracking, we are deprecating using GitHub to track tickets. If this issue is still outstanding and you have not done so already, please raise a request at https://support.kubecost.com/. |
Kubecost Version
2.2.5
Kubernetes Version
1.28
Kubernetes Platform
EKS
Description
As shown in the screenshot, I cannot access the complete diagnostic page. Why is that?
Currently, we are using the Athena configuration, but since the CUR has not yet arrived in S3, we are in a waiting status.
helm chart
Steps to reproduce
Expected behavior
can access diagnostics page
Impact
No response
Screenshots
Logs
No response
Slack discussion
No response
Troubleshooting
The text was updated successfully, but these errors were encountered: