Commit Graph

1099 Commits

Author SHA1 Message Date
Artur Pedroso
533fb1740a Update README.md
Fix go get jsonnet command.
2019-04-04 16:03:34 +01:00
Frederic Branczyk
87f8b8c931 kube-prometheus: Re-generate 2019-04-02 15:03:23 +02:00
Frederic Branczyk
df17b1ca38 kube-prometheus: Fix double accounting of pod usage
cAdvisor exposes metrics for each cgroup hierachy step, and containers
are part of the respective pod's hierarchy, causing double accounting
when not filtered appropriately.
2019-04-02 14:53:18 +02:00
Frederic Branczyk
f5d684ab8c Merge pull request #2526 from nabadger/master
Fix node:node_disk_saturation rules to return value in seconds
2019-04-02 14:52:15 +02:00
Frederic Branczyk
cbf7a1b2b8 kube-prometheus: Document disabling metrics-server on minikube 2019-04-02 09:43:22 +02:00
Nick
1472a90279 kube-prometheus: Re-generate 2019-04-02 08:11:36 +01:00
Frederic Branczyk
7d1c0bdd73 Merge pull request #2494 from goll/travis-minikube
Update travis to latest minikube, k8s, jsonnet
2019-04-01 18:31:38 +02:00
Frederic Branczyk
8ef8a4ea76 Merge pull request #2497 from coryodaniel/feature/2391-kustomization-remote-base
Adding kustomization files for remote bases
2019-04-01 12:14:30 +02:00
Cory O'Daniel
37a0e2b5a6 running gen in docker 2019-03-26 11:44:37 -07:00
goll
8f34715271 kube-prometheus: Re-generate 2019-03-26 19:32:00 +01:00
goll
10bd451f89 Update travis to latest minikube, k8s, jsonnet 2019-03-26 19:30:39 +01:00
Karl Skewes
8a9f2c71fd contrib/kube-prometheus: Jsonnet snippet for managed kubernetes clusters - rename
Follow other snippet file extension names
This file is not referenced from other location in repo according to
quick grep.
2019-03-26 22:49:53 +13:00
Cory O'Daniel
6c8d948335 all the new lines 2019-03-21 10:47:40 -07:00
Cory O'Daniel
6be1adc197 regenerating README.md 2019-03-20 10:03:00 -07:00
Cory O'Daniel
1664600b91 Moved kustomize to own jsonnet file
* [Modified] Makefile to run kustomize.jsonnet
* [Modified] Moved kustomization from example.jsonnet to
examples/kustomize.jsonnet
* [Modified] kustomization file to land at root of kube-prometheus so
current users can continue to use `kubectl apply -f manifests`
2019-03-20 09:55:27 -07:00
Cory O'Daniel
7e0e5cd188 DRY up resource names 2019-03-19 16:21:00 -07:00
Cory O'Daniel
5fcf652cbf Adding kustomization files for remote bases
Closes #2391

Adds support to allow kustomize users to point to a [remote
base](https://github.com/kubernetes-sigs/kustomize/blob/master/examples/remoteBuild.md) of the prometheus-operator and kube-prometheus. Now that kustomize is a part of kubectl, this is provides a very simple way of installing prometheus-operator and kube-prometheus with no additional tools besides kubectl.

* [Added] kustomization.yaml: hardcoded kustomization base for prometheus-operator
bundle.yaml
* [Added] kustomization generation from kube-prometheus example jsonnet
2019-03-18 14:53:56 -07:00
Jessie A. Morris
fb916929b5 Merge remote-tracking branch 'upstream/master' into feature/prometheus-config-reloader-flags 2019-03-18 13:08:12 -06:00
Matthias Loibl
d5f7b2232e Merge pull request #2473 from metalmatze/kube-prometheus-update
contrib/kube-prometheus: Update Prometheus, Thanos & Grafana
2019-03-18 16:15:32 +01:00
Frederic Branczyk
b04d1e61d5 Merge pull request #2485 from goll/addon-resizer
Use recommended addon-resizer 1.8.4
2019-03-18 13:38:34 +01:00
goll
369bb62349 generate-in-docker Fix Watchdog alert typo 2019-03-15 17:19:57 +01:00
goll
812d0c8125 Fix Watchdog alert typo 2019-03-15 17:11:29 +01:00
goll
bde9e7fd4a generate-in-docker Rename DeadMansSwitch to Watchdog 2019-03-15 16:01:57 +01:00
goll
ef539c398b Rename DeadMansSwitch to Watchdog 2019-03-15 15:37:42 +01:00
Frederic Branczyk
6ca02abac4 Merge pull request #2477 from wescran/prometheus-rules-edit
Update developing-prometheus-rules-and-grafana-dashboards.md
2019-03-15 15:24:17 +01:00
goll
083f66cb46 make clean generate-in-docker for addon-resizer 2019-03-13 20:51:35 +01:00
goll
5ed3fb06c9 Use suggested addon-resizer 1.8.4 2019-03-13 20:21:36 +01:00
deepakhj
7750915d28 Update kube-dns-prometheus-discovery metrics port label to match ServiceMonitor. 2019-03-12 20:09:06 -07:00
Matthias Loibl
3fbc968930 contrib/kube-prometheus: Update Prometheus, Thanos & Grafana 2019-03-12 18:28:39 +01:00
Wesley Cranston
8f182a818e Update developing-prometheus-rules-and-grafana-dashboards.md
From the discussion brought up in this [issue](https://github.com/coreos/prometheus-operator/issues/2250), a new section has been added to the doc.
2019-03-11 22:56:09 -04:00
Frederic Branczyk
3b52a05d58 Merge pull request #2468 from adamdecaf/gke-cadvisor-docfix
contrib/kube-prometheus: fix GKE cAdvisor readme link
2019-03-11 14:04:44 +01:00
Dalton Hubble
78bec4e48b Fix PrometheusTSDBWALCorruptions alert
* `tsdb_wal_corruptions_total metric` name should be
`prometheus_tsdb_wal_corruptions_total`
2019-03-10 14:50:09 -07:00
Adam Shannon
ea24858666 contrib/kube-prometheus: fix GKE cAdvisor readme link 2019-03-07 18:45:28 -06:00
Jessie A. Morris
ab8e168a12 Actually commit the right jsonnet changes 2019-03-07 16:33:19 -07:00
Jessie A. Morris
eb3ba15cff Update jssonnet files 2019-03-07 15:57:45 -07:00
Karl Skewes
ea5c455c46 contrib/kube-prometheus: Jsonnet snippet for managed kubernetes clusters 2019-03-07 08:24:22 +13:00
Frederic Branczyk
ed4b08d86a Merge pull request #2447 from brancz/update-rendered-rules-guide
kube-prometheus/docs: Update how to handle existing rules
2019-03-04 16:43:28 +01:00
Frederic Branczyk
67b2c29875 kube-prometheus/docs: Update how to handle existing rules 2019-03-01 18:13:11 +01:00
Akash Nair
7e594084f2 Changed kubectl apply -f to kubectl create -f. kubectl apply command leads to conflicts and race conditions. kubectl create works the first time you run it 2019-03-01 16:04:02 +01:00
Frederic Branczyk
1d70464c9f Merge pull request #2441 from Hashfyre/thanos-browsable-downsampled-data-in-grafana
Allow browsing of downsampled thanos data in Grafana
2019-02-28 11:03:36 +01:00
Joy Bhattacherjee
71976ec1f2 Makes thanos downsampled data browsable from grafana using query.auto-downsampling 2019-02-28 15:04:31 +05:30
Frederic Branczyk
be2557814d kube-prometheus: Re-generate 2019-02-26 17:45:04 +01:00
Frederic Branczyk
03d36217d0 kube-prometheus: Use node-exporter metrics for resource metrics API 2019-02-26 17:37:05 +01:00
Frederic Branczyk
872fd4558e kube-prometheus: Re-generate 2019-02-25 10:07:29 +01:00
Frederic Branczyk
f0438e7f80 kube-prometheus: node-exporter tolerates any node 2019-02-25 10:01:28 +01:00
Frederic Branczyk
7f8bd68e03 Merge pull request #2421 from ticketmaster/kustomize-prep
Upgrade prometheus-adapter APIService to v1
2019-02-22 09:48:56 +01:00
Michael Goodness
0cfb5d8a9a Add generated artifacts
Signed-off-by: Michael Goodness <mike.goodness@ticketmaster.com>
2019-02-21 11:39:20 -06:00
Michael Goodness
3536ec5503 Upgrade prometheus-adapter APIService to v1
Also remove unnecessary namespace from prometheus-adapter ClusterRoleBinding

Signed-off-by: Michael Goodness <mike.goodness@ticketmaster.com>
2019-02-21 11:10:28 -06:00
Matthias Loibl
d9bb0c2ec4 Update Prometheus Operator in kube-prometheus to v0.29.0 2019-02-20 12:46:39 +01:00
GIBSON, NICHOLAS R
4a2b7cbd0d fixing doc generation 2019-02-18 13:05:39 -08:00