opencost-helm-chart
opencost-helm-chart copied to clipboard
OpenCost Helm chart
This fixes the bug I reported in https://github.com/opencost/opencost-helm-chart/issues/205, where the `CONFIG_PATH` directory is mounted as a file instead of as a directory: ``` ~ $ ls /tmp/custom-config -l -rw-r--r-- 1...
### Problem The helm chart cannot be successfully installed if non-root user is used to run the `opencost-ui` container. The issue exists at least on OpenShift clusters, because OpenShift runs...
Using the latest version of the Helm Chart (`version: 1.37.0`) and setting customPricing to true (`.Values.opencost.customPricing.enabled`) cause the pod to fail with the following error: ``` opencost-ui /docker-entrypoint.sh: Configuration complete;...
### Setup - Install victoria-metrics-k8s-stack helm chart, and enable `vmcluster` - Install opencost helm chart setting the image tag to `1.110` - Follow the documentation for VictoriaMetrics cluster deployment adding...
### Setup I enabled network policies to allow traffic only from my prometheus instance: ``` networkPolicies: enabled: true prometheus: namespace: monitoring port: 9090 labels: {} ``` This creates the following...
I encounter a problem with the configuration of opencost with the configuration of a prometheus external which is exposed in http or https, I tried with http but there is...
Moved from https://github.com/opencost/opencost-parquet-exporter/pull/10 Hey everyone, I've created a first draft of a helm chart for the parquet-exporter. I do not have a setup where I can use AWS as of...
Currently there is no support for a default deny setup, if using an external Prometheus. This can be achieved by adding the ability to set extraIngress and extraEgress. There is...
Hey all! I am trying to setup opencost to monitor a test gcp cluster for finical improvement etc. I have given an API key Compute Admin and Billing Project Manager....
Hi I install opencost on my k8s cluster, k8s is installed on Ubuntu 22.04 server with disabled ipv6. I get follow error: Get "https://[::1]:6443/api/v1/namespaces/opencost/resourcequotas": dial tcp [::1]:6443: connect: cannot assign...