Instruction for migrating the configurations from deprecated stable/prometheus-operator to new repo
6 views
Skip to first unread message
Zhang Zhao
unread,
Nov 24, 2020, 1:39:59 AM11/24/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
Hi..
Anyone can guide me how to migrate all configurations of stable/prometheus-operator helm chart to the new kube-prometheus-stack repo? I followed the “zero downtime” instruction in Github (https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) by running command below. But it looks there are multiple steps missing in the doc.
helm upgrade --install test prometheus-community/kube-prometheus-stack --reuse-values --set nameOverride=prometheus-operator
The chart was migrated to "kube-prometheus-stack", however the pod for prometheus-operator kept crashing.