kubecost / cost-analyzer-helm-chart

Kubecost helm chart
http://kubecost.com/install
Apache License 2.0
484 stars 416 forks source link

[Bug] cost-analyzer-frontend nginx errors #3708

Open cbonilla-liquid opened 3 hours ago

cbonilla-liquid commented 3 hours ago

Kubecost Helm Chart Version

2.3.3

Kubernetes Version

1.31

Kubernetes Platform

EKS

Description

kubecost-cost-analyzer pod is in CrashLoopBackOff because cost-analyzer-frontend container has errors. kubecost-cost-analyzer-b7db88b7b-6pc45 3/4 CrashLoopBackOff

I would like to know how to solve this issue.

Steps to reproduce

kubectl logs kubecost-cost-analyzer-b7db88b7b-6pc45 -n tools -c cost-analyzer-frontend

2024/10/11 12:42:07 [emerg] 1#1: chown("/var/lib/nginx/tmp/client_body", 65532) failed (1: Operation not permitted) nginx: [emerg] chown("/var/lib/nginx/tmp/client_body", 65532) failed (1: Operation not permitted)

Expected behavior

No nginx errors on cost-analyzer-frontend container

Impact

Can't access kubecost UI

Screenshots

No response

Logs

No response

Slack discussion

No response

Troubleshooting

chipzoller commented 3 hours ago

Please provide additional details on how/where you install Kubecost and with what values.

cbonilla-liquid commented 2 hours ago

Hi, I've deployed it using Helm charts approach (using ArgoCD). Any specific values I should provide for helping on debugging the issue? I haven't changed default values of kubecostFrontend:section

chipzoller commented 2 hours ago

Can you show the Application resource you used?