Leonardo Rodrigues de Mello
Leonardo Rodrigues de Mello
You need to set all the values in the default.json not only the ones you are using leaving them blank usually results in this type of error.
Please share your installation and setup details so we could help you.
Can you try to attach a debug kubernetes pod with AWS sdk to the opencost pod and try to list the bucket and get the spot feed files from s3...
This would be a nice to have feature. possible implementation suggestion: 1 - Generate the export data for the last day (Csv exporter set the window to YYYY-MM-${DD-1}-00:00:00Z,YYYY-MM-${DD-1}-23:59:59Z ) 2...
I am building a python script to implement this feature. I might share it with opencost as an added feature to implement this without changing the current csv. What I...
Hi @nikovacevic , This is little bit old and dead discussion, but wanted to contribute some points to the discussion. calling the (2) - (3) as workload idle cost might...
suggestion for ensure_packages: ``` puppet if !defined(Package[pkgname]) { package { 'pkgname': } } ``` If we use something like that, it would not conflict if other module already defined the...
The problem with ensure_packages is it implementation use the defined_with_params, that search the catalog for a definition for the resource with the same params... this would create duplicate declarations. for...
my suggestion would be to have a switch like gitlab_webserver => nginx|apache then people could choose which webserver to use, and we would have a if test to supply the...
For now, I just added money on the problem, we are running opencost in the largest cluster with 30GB of ram, and it uses around 25GB when We request allocations/compute...