Update grafana & prometheus docker images#8
Merged
sijie merged 1 commit intoapache:masterfrom Apr 29, 2020
nickelozz:update-grafana-dashboard-image
Merged
Update grafana & prometheus docker images#8sijie merged 1 commit intoapache:masterfrom nickelozz:update-grafana-dashboard-image
sijie merged 1 commit intoapache:masterfrom
nickelozz:update-grafana-dashboard-image
Conversation
Bring docker images to their most up-to-date version (streamnative/apache-pulsar-grafana-dashboard-k8s:0.0.6, prom/prometheus:v2.17.2) to fix the following issues: - streamnative/charts#49 <- fixes Pulsar-topics metrics failure to load - prometheus/prometheus#2859 <- prevent escalation vulnerabilities by defaulting to nobody user Additionally, upgrading prometheus to the latest version improves performance as seen here: https://prometheus.io/blog/2017/11/08/announcing-prometheus-2-0
sijie
approved these changes
Apr 29, 2020
rdhabalia
pushed a commit
to rdhabalia/pulsar-helm-chart
that referenced
this pull request
Feb 2, 2023
* add athenz cert to autorecovery * fix rbac path
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
As seen below, there is a fix for one of the Grafana dashboards that are currently broken in this project (available since version 0.0.5):
Additionally, upgrading Prometheus to the latest version improves performance as seen here: https://prometheus.io/blog/2017/11/08/announcing-prometheus-2-0
Modifications
Bring Docker images to their most up-to-date version (streamnative/apache-pulsar-grafana-dashboard-k8s:0.0.6, prom/prometheus:v2.17.2) to fix the following issues:
nobodyuserNote: upgrading to the latest version of Prometheus (currently v2.17.2) caused the pod to fail with the following error:
open /prometheus/queries.active: permission denied. In order to fix this issue I followed the instructions from these 2 comments:Verifying this change