- Apr 15, 2019
-
-
Matthias Loibl authored
-
- Aug 16, 2018
-
-
Max Leonard Inden authored
Adding the following accross the project: ```bash /# exit immediately when a command fails set -e /# only exit with zero if all commands of the pipeline exit successfully set -o pipefail /# error on unset variables +set -u ```
-
- May 28, 2018
-
-
Frederic Branczyk authored
-
- May 06, 2018
-
-
Frederic Branczyk authored
-
- Apr 28, 2018
-
-
Frederic Branczyk authored
-
- Apr 23, 2018
-
-
Frederic Branczyk authored
Previously the script errored out, as ServiceMonitor objects are only registered once the Prometheus Operator is running.
-
- Apr 13, 2018
-
-
Frederic Branczyk authored
-
- Mar 26, 2018
-
-
Michael Pietzsch authored
-
- Mar 19, 2018
-
-
Max Leonard Inden authored
The current example-app setup in the kube-prometheus project is able to discover scraping targets in the default namespace. It is not able to discover the configured Alertmanager in the monitoring namespace. This patch adds an alertmanager-discovery rbac role, to permit the above described action. In addition it does the following cleanups: - Remove kubeconfig configuration in deploy and teardown script. kubectl chooses .kube/config whenever KUBECONFIG is not set by default - Remove namespace specification option via NAMESPACE env var. In most of the manifests the metadata/namespace was hardcoded anyways, in addition in the promtheus frontend role binding the service account namespace is hardcoded to default as well. - Instead of `kubectl {apply,delete}` individual manifests, the deploy and teardown shell scripts {apply,delete} on the entire folder.
-
Max Leonard Inden authored
In some cases we have been using `alert-rules` in some cases `prometheus-rulefiles`. This led to confusion [1]. Instead, unify the Prometheus rules configmap labels to: ```yaml labels: role: alert-rules ``` [1] https://github.com/coreos/prometheus-operator/issues/1102
-
- Mar 08, 2018
-
-
Francisco Ripoli authored
added service account, role and role binding for the prometheus frontend example, also updated prometheus to use the correct service account fixes #1049
-
- Mar 01, 2018
-
-
Jordan Jennings authored
-
- Feb 26, 2018
-
-
jordanjennings authored
-
- Feb 12, 2018
-
-
Frederic Branczyk authored
-
- Feb 09, 2018
-
-
Frederic Branczyk authored
-
- Feb 08, 2018
-
-
Scott Brenner authored
Might as well, right?
-
ludek_navratil authored
-
- Feb 04, 2018
-
-
Frederic Branczyk authored
-
- Jan 31, 2018
-
-
ludek_navratil authored
-
- Jan 30, 2018
-
-
ludek_navratil authored
-
- Jan 26, 2018
-
-
Frederic Branczyk authored
-
- Jan 23, 2018
-
-
Frederic Branczyk authored
-
- Jan 19, 2018
-
-
Frederic Branczyk authored
-
- Jan 15, 2018
-
-
Frederic Branczyk authored
-
- Jan 10, 2018
-
-
Frederic Branczyk authored
-
- Dec 27, 2017
-
-
Giancarlo Rubio authored
-
Giancarlo Rubio authored
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
-
- Nov 29, 2017
-
-
Peter Fiddes authored
NAMESPACE feature in scripts implies it works. warnning ensures that users are aware that its use requires further changes. Alleviates #765
-
Nuala Gaffey authored
-
- Nov 27, 2017
-
-
Nuala Gaffey authored
Per issue 593, append .yml to each filename used in the generated configmap. I wasn't able to see alerts in the Prometheus UI until I did this
-
- Nov 22, 2017
-
-
Nuala Gaffey authored
-
- Oct 30, 2017
-
-
Arve Knudsen authored
-
- Oct 22, 2017
-
-
Eduardo Gonzalez authored
-
- Oct 17, 2017
-
-
Frederic Branczyk authored
-
- Oct 13, 2017
-
-
Valdis Rigdon authored
The merge was missing a new line at the end of the merge, so only the first datasource was being put into the ConfigMap.
-
- Oct 11, 2017
-
-
jordanjennings authored
In the generated version of this file at /contrib/kube-prometheus/manifests/grafana/grafana-deployment.yaml the version was bumped to 4.5.2 but seems it was overlooked in this templated version of the file.
-
- Sep 22, 2017
-
-
Giap Tran authored
-
- Sep 15, 2017
-
-
Eduardo Gonzalez authored
-
- Sep 14, 2017
-
-
Eduardo Gonzalez authored
-
Eduardo Gonzalez authored
-