-
Notifications
You must be signed in to change notification settings - Fork 4
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
Helm chart metrics broken? #145
Comments
This should be fixed by #147 we removed the Helm chart v0.7.1 should have the fix |
Thanks! Can you publish the new Helm chart, please? |
There's a new chart published https://github.com/zelic-io/charts/releases/tag/cloudflare-zero-trust-operator-0.7.1 |
Confirmed fixed, thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for this very useful project.
Some of the changes in #133 seem to be related to making metrics more secure. I believe the Helm chart needs to be updated to support the new configuration options, because since deploying v0.7.0, our metrics are now broken:
We use a
ServiceMonitor
similar to the one you've defined here: https://github.com/BojanZelic/cloudflare-zero-trust-operator/blob/main/config/prometheus/monitor.yamlIt has worked fine up until the v0.7.0 upgrade, and now repeatedly gives the error message shown above. I assume that either
--metrics-secure=false
needs to be set, or port8443
needs to be used for metrics and thekube-rbac-proxy
config changed to match.The text was updated successfully, but these errors were encountered: