Skip to content
Snippets Groups Projects
Commit 22eef956 authored by Giancarlo Rubio's avatar Giancarlo Rubio
Browse files

Add script to keep kube-prometheus rules in sync with helm charts

Bump prometheus to 2.0.0, prometheus-operator to 0.15.0, alertmanager to 0.12.0 and node-exporter to 0.15.1, grafana to 4.6.3
migrate prometheus alerts to yaml notation
parent 91305360
No related branches found
No related tags found
No related merge requests found
...@@ -10,4 +10,4 @@ groups: ...@@ -10,4 +10,4 @@ groups:
description: There is no running K8S controller manager. Deployments and replication description: There is no running K8S controller manager. Deployments and replication
controllers are not making progress. controllers are not making progress.
runbook: https://coreos.com/tectonic/docs/latest/troubleshooting/controller-recovery.html#recovering-a-controller-manager runbook: https://coreos.com/tectonic/docs/latest/troubleshooting/controller-recovery.html#recovering-a-controller-manager
summary: Controller manager is down summary: Controller manager is down
\ No newline at end of file
...@@ -203,7 +203,7 @@ addArrayToConfigMap() { ...@@ -203,7 +203,7 @@ addArrayToConfigMap() {
# Dashboard foot # Dashboard foot
test "$type" = "dashboard" && cat $DASHBOARD_FOOT_FILE test "$type" = "dashboard" && cat $DASHBOARD_FOOT_FILE
done done
echo "---" #echo "---"
IFS=$OLDIFS IFS=$OLDIFS
return 0 return 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment