-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation on how to use OpenCost with an existing prometheus installation on OpenShift? #226
Comments
One addition: The service account token should already be mounted inside the pod, as the Especially as the name of the token secret for the serviceAccount is not predictable, how would I specify this beforehand? |
cc @jessegoodier can someone on your team help get this documented? Seems valuable. |
Ishaan is working on this. I'm sure it is possible, will look at how other tools are doing it. |
Any news on this? |
Yes! #226 |
Hi all,
I would like to run OpenCost in OpenShift, but am unsure before even starting due to the various options in the
values.yaml
regarding authentication to an external Prometheus.https://github.com/opencost/opencost-helm-chart/blob/main/charts/opencost/values.yaml#L320
Our OpenShift cluster has a thanos-querier service running, that requires authentication using the serviceaccount token. How would I put this into the
values.yaml
?I figured something like the following could work, but I am not sure if the bearertoken works with a Kubernetes serviceAccount token or needs some other format?
Any hints are highly appreciated.
Kind Regards,
Johannes
The text was updated successfully, but these errors were encountered: