Commit Graph

131 Commits

Author SHA1 Message Date
Damien Grisonnet
84b2aaaabe doc,tests: remove kubernetes 1.17 compatibility
kubernetes-mixin release-0.4 is only supported by 1.18+

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-05-26 18:57:07 +02:00
Lili Cosic
efa1b8c189 README.md: Change compatibility matrix 2020-04-20 14:50:52 +02:00
Damien Grisonnet
f4b8064899 README: remove make in docker guidance
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 18:15:36 +02:00
Damien Grisonnet
9a7ba10755 build.sh: update PATH to use project tooling
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-04-06 18:15:34 +02:00
Damien Grisonnet
63bdb7d931 doc: add kubernetes compatibility matrix
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>

Co-Authored-By: Lili Cosic <cosiclili@gmail.com>
2020-03-31 13:39:26 +02:00
Nitish Jadia
90148e2356 fix invalid Usage section reference
Replace Usage section reference to Customizing Kube-Prometheus section.
2020-03-06 17:53:13 +05:30
Lucas Servén Marín
66c625d0bf Merge pull request #438 from dgrisonnet/update-customizing-section
Add note related to example.jsonnet in README
2020-03-05 11:56:54 +01:00
Damien Grisonnet
848285797c doc: add note related to example.jsonnet
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-03-05 10:23:27 +01:00
Frederic Branczyk
7a2572d1f9 Merge pull request #425 from alok87/weave-net
Weave Net Monitoring setup using kube-prometheus
2020-03-04 20:20:16 +01:00
Alok Kumar Singh
7a85d7d8a6 Weave Net name consistencies resolved
https://github.com/coreos/kube-prometheus/pull/425#pullrequestreview-368779890
2020-03-04 21:41:02 +05:30
Damien Grisonnet
b5ba409b9a doc: update release version in customizing section
Fixes #435

Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2020-03-04 13:14:04 +01:00
Alok Kumar Singh
29d4648af9 Added weavenet monitoring setup using kube-prometheus 2020-03-04 06:32:43 +05:30
Russ Savage
895bf84e87 chore(README): updating to latest k8s version in minikube start 2020-03-02 15:45:45 -08:00
Eric Horst
8487871388 Update README.md with apply clarification.
Update the kubectl apply commands in the customizing section to match those the quickstart section. The customizing section did not account for the recently introduced setup/ subdirectory.
2019-11-17 21:10:32 -08:00
karancode
01f944aa30 sync master with current fork 2019-11-05 16:36:56 +09:00
Clayton Coleman
6e0ca7565f jsonnet: Update to latest kubernetes-mixin
Pick up new alerts for unreachable nodes.
2019-10-25 00:23:55 -04:00
Paul Gier
c8273cf9e9 Scripts and readme (#258)
* Avoid race condition when deploying quickstart example

The namespace and CRD creation must happen before any dependent objects
are created.  So we can put these in a separate directory (manifest/setup)
so they can be created before the other objects.

Some minor updates to the README and added a couple of scripts
for the quickstarts

Update travis script to avoid race condition

Signed-off-by: Paul Gier <pgier@redhat.com>

* simplify the example quickstart script and improve readme

Signed-off-by: Paul Gier <pgier@redhat.com>

* increase minikube memory to 6g for quickstart example
2019-10-23 08:38:31 +02:00
karancode
648db9d544 add readme 2019-10-22 03:24:31 +09:00
Guus van Weelden
b6becc0936 removing addonResizer from ksm
the addonresizer could lead to problems with the kube-state-metrics
it is also removed from the ksm maintained kubernetes manifests
https://github.com/kubernetes/kube-state-metrics/pull/750

Signed-off-by: Guus van Weelden <guus.vanweelden@moia.io>
2019-09-24 14:19:59 +02:00
Dhawal Parkar
c0b4e45bb4 adding note for k8s before v1.14.0 2019-09-19 15:18:50 -07:00
Rafael T. C. Soares
a821a80a41 improving servicemonitor definition section 2019-07-30 23:28:52 -03:00
Rafael T. C. Soares (A.K.A Tuelho)
ad2b941e77 adding a note about ServiceMonitor definition
In the **Adding additional namespaces to monitor** section I appended a note showing the need for ServiceMonitor when adding additional namespaces... 

see: https://github.com/coreos/prometheus-operator/issues/2557#issuecomment-498996568
2019-07-30 23:28:52 -03:00
karancode
4761cac933 update README, change minikube k8s-version to 1.14.4 2019-07-25 13:20:08 +09:00
Matthias Loibl
f1cd88fdbb Remove Thanos components from kube-prometheus except sidecar 2019-07-10 16:39:41 +02:00
Rajat Vig
fa93506941 Update Prometheus, Node Exporter & Grafana (#119)
* Update Prometheus, Node Exporter & Grafana

* Update Prometheus to 2.10.0

* Add generated manifests

* Update lock reference to git sha

* Retrigger Travis
2019-06-13 08:22:01 +02:00
Matthias Loibl
b1c674100b Add commented imports for most common patches to example.jsonnet 2019-06-07 15:31:16 +02:00
Frederic Branczyk
ee8f8f1872 Merge pull request #104 from paulfantom/fix_docs
*: Fix documentation on how to run containerized jsonnet
2019-05-21 19:49:08 +02:00
paulfantom
de2edfc5de *: Fix documentation on how to run containerized jsonnet 2019-05-21 16:19:04 +02:00
Matthias Loibl
34a0c0f6fb Update installing guide to use release branch 2019-05-16 15:22:30 +02:00
Matthias Loibl
0320d55774 Remove mentioning contrib/kube-prometheus in README.md 2019-05-16 13:58:37 +02:00
Steve Coffman
363a726cdf Note prometheus adapter component
Per coreos/prometheus-operator#2519
2019-05-08 17:20:44 -04:00
goll
a7bb5d1a1f Link fixes, issue #68 2019-04-18 11:43:57 +02:00
goll
0e27a3db68 README fixes, Dockerfile bump 2019-04-18 10:02:22 +02:00
sunfjun
4db7ad3ddb update README.md 2019-04-17 15:34:54 +08:00
Matthias Loibl
3c109369d4 Add a working Travis pipeline 2019-04-15 12:17:04 +02:00
Artur Pedroso
533fb1740a Update README.md
Fix go get jsonnet command.
2019-04-04 16:03:34 +01:00
Frederic Branczyk
cbf7a1b2b8 kube-prometheus: Document disabling metrics-server on minikube 2019-04-02 09:43:22 +02:00
Cory O'Daniel
37a0e2b5a6 running gen in docker 2019-03-26 11:44:37 -07:00
Cory O'Daniel
6be1adc197 regenerating README.md 2019-03-20 10:03:00 -07:00
Cory O'Daniel
7e0e5cd188 DRY up resource names 2019-03-19 16:21:00 -07:00
goll
ef539c398b Rename DeadMansSwitch to Watchdog 2019-03-15 15:37:42 +01:00
goll
5ed3fb06c9 Use suggested addon-resizer 1.8.4 2019-03-13 20:21:36 +01:00
Adam Shannon
ea24858666 contrib/kube-prometheus: fix GKE cAdvisor readme link 2019-03-07 18:45:28 -06: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
CarlosEDP
fbc92dd9b3 Update to support new version of addon-resizer 2019-02-14 19:31:32 -02:00
Frederic Branczyk
3f4e58c5ff Merge pull request #2365 from saadlu/patch-1
FIx typo in README.md
2019-02-05 12:10:11 +01:00
Julius Volz
a09da4faf5 Update component versions in docs and jsonnets 2019-02-04 20:04:28 +01:00
Sa'ad
3cb249d061 FIx typo in README.md 2019-02-01 10:51:20 +00:00
Frederic Branczyk
89acb2359c Merge pull request #2327 from chaosaffe/patch-2
Use kubectl apply instead of create
2019-01-23 15:36:37 +01:00
Jason Murray
816f38811f Remove || true from README 2019-01-23 14:10:01 +01:00