Carlos Andre

Results 7 comments of Carlos Andre

I don't see any error messages when using Thanos enabled. However if you deploy `cost-model` pod with the [default env vars](https://github.com/kubecost/opencost/blob/c211fbc1244a9da9667c7180a9e4c7f988d7978a/kubernetes/deployment.yaml#L31-L35) where Thanos is disabled by default, then I get...

But the issue remains, the `__idle__` allocation seems to be missing as well, when using a different aggregation, in this example by namespace. ``` $ curl -s 'http://localhost:9003/allocation/summary?aggregate=namespace&window=today&accumulate=true' | jq...

@jcharcalla is there any update on this issue? Thanks!

@michaelmdresser That's fine by me, and thanks for your help 👍

I've installed `cost-model` as a pod using these [instructions](https://github.com/kubecost/opencost/blob/develop/deploying-as-a-pod.md). And I'm running the version `1.94.3`, which according to the [releases](https://github.com/kubecost/opencost/releases) page should be the latest. ``` $ k -n cost-model...

I confirm that setting up the `CLUSTER_ID` env var removes that error message, but the `__idle__` cost allocation is still missing. ``` $ curl -s 'http://localhost:9003/allocation/summary?aggregate=cluster&window=30d&accumulate=true' | jq { "code":...

Also having the same issue, both `otlp` and `otlphttp` exporters. I'm using `v0.108.0`, and setting `insecure_skip_verify` to `true` works for me, but this is not desirable. To add more context,...