Upgrade monitoring stack to use Grafana 8.x and maybe 9.x #10133
Labels
area/observability
Marks an issue as observability related
kind/toil
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
version:8.2.0-alpha2
Marks an issue as being completely or in parts released in 8.2.0-alpha2
version:8.2.0
Marks an issue as being completely or in parts released in 8.2.0
Description
Our SaaS offering recently upgraded their monitoring stack such that they now use Grafana 8.x. In order for us to take advantage of the new features in our own dashboard, our development clusters should also be updated.
The simplest way to do so is to modify the
benchmarks/docs/setup/prometheus-values.yaml
file.grafana.image.tag
Now, for each cluster, run:
helm upgrade metrics --dry-run --debug --namespace default --dependency-update -f prometheus-operator-values.yml --version 17.0.0 prometheus-community/kube-prometheus-stack
helm upgrade metrics --debug --namespace default --dependency-update -f prometheus-operator-values.yml --version 17.0.0 prometheus-community/kube-prometheus-stack
kubectl get pods -w
) and make sure everything comes up green.Do this for:
Once done, open a PR with the modified values and get it merge.
The text was updated successfully, but these errors were encountered: