151 Commits

Author SHA1 Message Date
paulfantom
bf9a917cfa
examples: adapt examples to stop modifying prometheus object when it is not needed 2021-02-22 16:38:19 +01:00
paulfantom
5d06e286ca
examples: adapt examples to use k8s-control-plane component 2021-02-22 16:38:07 +01:00
paulfantom
0b0b967764
jsonnet: thanos sidecar as first-level addon
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-02-04 14:43:16 +01:00
paulfantom
f95f0fa875
examples,jsonnet: fix thanos-sidecar addon; add test for thanos-sidecar addon 2021-02-02 13:36:10 +01:00
paulfantom
ab3dff2016
examples,jsonnet: expose kubernetes-grafana API to fix grafana examples
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-02-02 10:24:07 +01:00
paulfantom
4f9d464087
examples,jsonnet: fix weave-net 2021-01-19 15:44:56 +01:00
paulfantom
2913c866bb
fix references to old variables and to other files
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-19 13:56:20 +01:00
paulfantom
cbddf907db
examples: adjust tests 2021-01-15 15:23:24 +01:00
paulfantom
1eedb90c17
jsonnet: move files around
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-15 15:07:10 +01:00
paulfantom
f1bd7af657
jsonnet: helmize :)
Signed-off-by: paulfantom <pawel@krupa.net.pl>
2021-01-15 11:35:32 +01:00
PÁLFALVI Tamás
8b4effaba0 update examples and regenerate manifests 2020-12-30 22:50:20 +01:00
Blizter
a01820692c example external custom alertmanager template 2020-11-26 12:54:35 -05:00
Blizter
8b3fb3e2c5 removing ksonnet 2020-11-12 10:05:26 -05:00
Blizter
36536cfdf0 Merge branch 'master' of github.com:prometheus-operator/kube-prometheus 2020-11-12 09:49:57 -05:00
Frederic Branczyk
432411ba33
Merge pull request #759 from kakkoyun/ksonnet_no_more_2
Remove ksonnet from prometheus-pvc.jsonnet
2020-11-11 10:41:46 +01:00
Lili Cosic
08b577c898
Merge pull request #758 from kakkoyun/ksonnet_no_more_1
Remove ksonnet from ksonnet-example.jsonnet
2020-11-09 09:54:59 +01:00
Kemal Akkoyun
207a133233 Update ingress API
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 15:13:37 +01:00
Kemal Akkoyun
c236fec779 Remove ksonnet from prometheus-pvc.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 14:14:59 +01:00
Kemal Akkoyun
9d051b2c63 Remove ksonnet from ksonnet-example.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 14:08:44 +01:00
Kemal Akkoyun
4b9f8bb107 Remove ksonnet from ingress.jsonnet
Signed-off-by: Kemal Akkoyun <kakkoyun@gmail.com>
2020-11-06 12:20:32 +01:00
Blizter
468e63267b adding missing brace 2020-10-27 15:53:09 -04:00
Blizter
9e87d405ba Example of 1 ingress routing to many applications 2020-10-27 11:50:02 -04:00
Simon Pasquier
9a3e639345 jsonnet/kube-prometheus: update Prometheus dependency to v2.22.0 2020-10-19 12:29:48 +02:00
Sayak Mukhopadhyay
3adc752839 docs: Added documentation for limit stripping of containers 2020-09-24 18:36:11 +05:30
Sayak Mukhopadhyay
714275f3b9 docs: Added documentation for monitoring all namespaces 2020-09-24 17:55:09 +05:30
Matthias Loibl
2d3c10e3f7
Update dependencies and most importantly PromOp to v0.42.0 2020-09-11 13:14:22 +02:00
Frederic Branczyk
911543d0ee
Merge pull request #658 from andres-de-castro/argocd-examples
Argocd examples
2020-09-04 16:29:34 +02:00
Andres De Castro
4cef8bb7d9
Update argocd-basic.jsonnet
Removed EKS patch from example
2020-09-04 09:25:36 -04:00
Andres De Castro
d869da16fc added entry in README.md 2020-08-28 11:39:27 -04:00
Andres De Castro
1e0ad975c1 added argocd exmaples 2020-08-28 11:35:40 -04:00
Michał Łazowik
28b717a984 Support utf8 in external file alertmanager config
This could have been achieved either by switching to stringData, or doing
`std.base64(std.encodeUTF8($._config.alertmanager.config))` as per
google/jsonnet#575

I went with the former, because it's:
1. Easier to read existing config
2. Consistent with the way jsonnet object-based config is written just above
2020-08-28 01:57:50 +02:00
Matthias Loibl
ea7a834755
Update kubernetes-mixin to remove KubeAPILatencyHigh & KubeAPIErrorsHigh 2020-06-29 19:43:34 +02:00
Panagiotis Atmatzidis
e3ad00999f
[docs/update-grafana-dashboard-docs] Update Grafana dashboard instructions
Instructions to add Grafana dashboard do not work. The proposed
functions are wrong, according to
[grafana.libsonnet](https://github.com/brancz/kubernetes-grafana/blob/master/grafana/grafana.libsonnet)
`dashboards` and `rawDashboards` should be used in `grafana+::`
field.

This PR updates the existing documentation and fixes minor typos.
2020-05-27 19:39:31 +03:00
paulfantom
7faed14744
*: regenerate 2020-05-11 11:59:55 +02:00
sdarwin
63078c2e78 update prometheus-pvc.jsonnet 2020-04-09 19:49:22 +00:00
Carlos de Paula
0d4bfe7db5 Add version and image source as config parameters.
Fixes #455.
2020-03-18 10:20:31 -03: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
Alok Kumar Singh
c942d6b837 Example with option to modify alert thresholds
Review comment: https://github.com/coreos/kube-prometheus/pull/425#discussion_r387494885
2020-03-04 16:18:37 +05:30
Alok Kumar Singh
29d4648af9 Added weavenet monitoring setup using kube-prometheus 2020-03-04 06:32:43 +05:30
yeya24
56027ac757 update apiversion
Signed-off-by: yeya24 <yb532204897@gmail.com>
2019-12-01 09:33:11 -05:00
karancode
60bd13b34b remove example 2019-11-05 18:02:46 +09:00
karancode
737720c119 test 2019-11-05 16:57:39 +09:00
karancode
01f944aa30 sync master with current fork 2019-11-05 16:36:56 +09:00
Deepak Jain
d99aefe276 CLOUD-3031| Deepak Jain| adding example file 2019-10-26 22:55:35 +05:30
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
3c4dbc52d9 bugfix eexamples/eks-cni-example 2019-10-23 01:10:12 +09:00
karancode
79c670bcd0 revert examples/kustomize.jsonnet 2019-10-23 00:37:05 +09:00
karancode
8228ebd2ba fix example 2019-10-23 00:22:59 +09:00
karancode
edb327531d update example 2019-10-23 00:15:25 +09:00