Abin Joseph

Results 5 comments of Abin Joseph

We had faced the same when using with ray serve. This fix worked for us!

We're were affected by the same issue. Had to create a support ticket to understand what was really going on.

For most users working with docker images setting `ENV NUMBA_CACHE_DIR=/tmp` should help(even it didn't work for the OP)

You've to add the scrape the prometheus metrics from opencost pod by adding the scrapeconfig: https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml Alternatively you can enable the servicemonitor from the opencost helm chart. Opencost exposes the...