Commit Graph

330 Commits

Author SHA1 Message Date
Aleksandar Topuzovic
598d6779cd Alert on daemonset problems
* If any of the rules is active > 10m
* If all daemonsets are not ready
* If all daemonsets are not scheduled
* If some are miss scheduled
2017-11-14 14:36:22 +00:00
Frederic Branczyk
7a94789c95 Merge pull request #733 from knatsakis/master
kube-prometheus: add stateful sets dashboard
2017-11-13 12:08:17 +01:00
Frederic Branczyk
3a2dd05da4 kube-prometheus: add metrics-server example 2017-11-13 11:58:53 +01:00
Frederic Branczyk
b65ed3ba60 kube-prometheus: add custom-metrics-api example 2017-11-13 11:58:47 +01:00
Arve Knudsen
7d693b5433 kube-prometheus: Update development docs 2017-11-10 12:07:15 +01:00
Arve Knudsen
245029da50 kube-prometheus: Improve README, recommending Tectonic Installer 2017-11-10 12:03:47 +01:00
Konstantinos Natsakis
5febe75910 kube-prometheus: add StatefulSet dashboard to ConfigMap 2017-11-09 18:37:46 +02:00
Konstantinos Natsakis
d80eaea23a kube-prometheus: use StatefulSet for dashboard title 2017-11-09 18:33:25 +02:00
Harry Lee
b071ae02ca Update KOPSonAWS.md 2017-11-09 09:40:52 +02:00
Frederic Branczyk
6b5681a0c1 *: upgrade to Prometheus 2.0 2017-11-08 16:47:14 +01:00
Konstantinos Natsakis
85ddb3137c kube-prometheus: add stateful sets dashboard 2017-11-07 16:44:05 +02:00
Frederic Branczyk
01af6d3038 Merge pull request #621 from aknuds1/grafanalib
Convert Grafana dashboards to grafanalib scripts
2017-11-01 17:14:12 +01:00
Frederic Branczyk
3efaab694f *: cut v0.14.1 2017-11-01 11:51:13 +01:00
Frederic Branczyk
a0368bd7b8 Merge pull request #719 from svend/kube-state-metrics-resources
Omit static compute resource requests and limits from deployment
2017-11-01 11:01:43 +01:00
Daniel Fenton
e722d911bf Update KOPSonAWS.md
The AWS CLI SG commands are not necessary, kops creates an SG with these ports open to the correct SG by default
2017-10-31 14:44:07 -04:00
Arve Knudsen
d04cccc526 Use grafanalib to generate Grafana dashboards 2017-10-30 22:05:25 +01:00
Svend Sorensen
73e3dffa72 Omit static compute resource requests and limits from deployment
Do not specify static resource settings in the kubernetes-deployment to avoid
unnecessary replacement of pods when the manifest is reapplied (`kubectl
apply`).

The addon-resizer will dynamically set the pod compute resource values. If the
values are also set statically in the deployment configuration, reapplying the
configuration will result in the pods getting replaced. Without the static
resource, the deployment configuration can be reapplied, and the pods will not
be replaced.

This change was also made in the upstream kube-state-metrics example manifests.

https://github.com/kubernetes/kube-state-metrics/pull/285
2017-10-30 13:23:12 -07:00
xuchenhao001
8bf449907c add manifests for kubeadm setup tool 2017-10-25 23:41:42 +08:00
Eduardo Gonzalez
c510324253 newline bugfix modified in grafana configmap generator 2017-10-22 11:20:57 +02:00
Frederic Branczyk
ea91202eb3 *: bump version to v0.14.0 2017-10-19 11:28:34 +02:00
Frederic Branczyk
1b7c8cdf21 *: bump Prometheus to v2.0.0-rc.1 2017-10-17 20:13:40 +02:00
Frederic Branczyk
dea42fe5ca *: ensure using crdgroup flag in monitoring client 2017-10-17 10:48:05 +02:00
Frederic Branczyk
6ed84502c8 kube-prometheus: fix multiple series error in grafana dashboard 2017-10-16 14:40:29 +02:00
Frederic Branczyk
3388dd2e55 Merge pull request #670 from valdisrigdon/fix-datasource-configmap
Fix merging of -datasource.json files
2017-10-16 13:53:49 +02:00
Valdis Rigdon
7eed244db7 Fix merging of -datasource.json files
The merge was missing a new line at the end of the merge, so only
the first datasource was being put into the ConfigMap.
2017-10-13 11:55:56 -04:00
jordanjennings
1a30399883 [kube-prometheus] Update to Grafana 4.5.2 in template
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.
2017-10-11 15:09:11 -04:00
Frederic Branczyk
8baa7b1f03 Merge pull request #673 from brancz/version-updates
kube-prometheus: various version updates
2017-10-06 18:52:58 +02:00
Frederic Branczyk
461c01b063 kube-prometheus: various version updates 2017-10-06 15:45:43 +02:00
Alexander Brandstedt
710110603b change make generate to use docker run to be more protable 2017-10-06 12:15:46 +02:00
Giancarlo Rubio
f8c48a976a bump kube-state-metrics to v1.0.1 + fix rbac metric 2017-09-29 15:21:13 +02:00
Frederic Branczyk
40fa4ccd15 grafana-dashboards: various small improvements 2017-09-26 15:59:44 +02:00
Frederic Branczyk
ea3a2c43ba Merge pull request #632 from brancz/cut-0.13.0
cut 0.13.0 & promote project to beta
2017-09-22 10:55:43 +02:00
Giap Tran
6aadd5cfd9 grafana_dashboards_generate: fix "file" local variable 2017-09-22 12:00:43 +07:00
Daniel Sachse
6213964317 Updated to prometheus 1.7.1
This updates prometheus to 1.7.1 where it was missing
2017-09-21 17:08:01 +02:00
Frederic Branczyk
3cbffd9ed6 *: bump version to v0.13.0 2017-09-21 14:28:33 +02:00
Frederic Branczyk
c8cb2df928 kube-prometheus: exclude pod log subresource from latency alerts 2017-09-18 11:11:30 +02:00
Frederic Branczyk
4b4cdb9f2f Merge pull request #567 from eedugon/feature/grafana_configmap_generator
Feature/grafana configmap generator
2017-09-15 15:30:02 +02:00
Eduardo Gonzalez
3c4dec7a1c grafana-deployment-original file deleted 2017-09-15 11:43:13 +02:00
Eduardo Gonzalez
41972d362c added grafana-deployment updates when configmaps are generated 2017-09-14 15:26:45 +02:00
Eduardo Gonzalez
5a253f192b changed prometheus memory to default of 400Mi 2017-09-14 12:57:16 +02:00
Eduardo Gonzalez
ec4fabad9c set options added to main script 2017-09-14 12:46:00 +02:00
Frederic Branczyk
788d99c22f Merge pull request #601 from VinceMD/doc/monitor-secure-etcd-cluster
Documentation Add doc to monitor a secure etcd cluster, typically set up via kube-aws
2017-09-13 13:28:22 +02:00
Arve Knudsen
40718bed62 Fix ServiceMonitor documentation link 2017-09-13 12:26:34 +02:00
Eduardo Gonzalez
e517658b57 dashboards removed from tool 2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
46671b7ee4 grafana configmap generator tool added 2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
53b616e77d deleted configmap generator 2017-09-09 12:54:12 +02:00
Eduardo Gonzalez
d0aa27b081 memory prometheus raised to 4g 2017-09-09 12:14:02 +02:00
Eduardo Gonzalez
7067e8d6d1 Merge branch 'master' of https://github.com/coreos/prometheus-operator 2017-09-09 12:03:36 +02:00
Yang Li
88fe225e81 add tolerations to allow node-exporter running on all nodes 2017-09-08 18:13:20 +08:00
Frederic Branczyk
d81943d124 Merge pull request #604 from brancz/dashboards
assets: modify and add grafana dashboards
2017-09-08 09:48:31 +02:00