- Oct 25, 2018
-
-
Frederic Branczyk authored
contrib: fix typo in contrib prometheus rules
-
- Oct 22, 2018
-
-
Matthias Loibl authored
-
- Oct 19, 2018
- Oct 16, 2018
-
-
Frederic Branczyk authored
contrib/kube-prometheus: Bump the prometheus-operator jsonnet dep
-
Damien Lespiau authored
kube-prometheus now contains a script, sync-to-internal-registry.jsonnet, that depends on commit 8c6a68760010347134e41f3aa3d73c68eb094a1b to work. Bump the prometheus-operator hash accordingly.
-
Frederic Branczyk authored
-
Frederic Branczyk authored
-
Damien Lespiau authored
-
Damien Lespiau authored
-
Damien Lespiau authored
This mixin replaces all images prefixes by $repository to generate manifests that will point to an internal registry.
-
Damien Lespiau authored
Crazy at it sounds, some Kubernetes installations don't have access to Internet and source all their images from an internal registry. sync-to-internal-registry.jsonnet is a jsonnet snippet that helps with the task of pushing upstream images used by the prometheus operator to an internal registry by printing the right docker pull/tag/push commands. $ jsonnet -J vendor -S --tla-str repository=internal-registry.com/organization sync-to-internal-registry.jsonnet docker pull quay.io/coreos/addon-resizer:1.0 docker tag quay.io/coreos/addon-resizer:1.0 internal-registry.com/organization/addon-resizer:1.0 docker push internal-registry.com/organization/addon-resizer:1.0 docker pull quay.io/prometheus/alertmanager:v0.15.2 docker tag quay.io/prometheus/alertmanager:v0.15.2 internal-registry.com/organization/alertmanager:v0.15.2 docker push internal-registry.com/organization/alertmanager:v0.15.2 ...
-
- Oct 15, 2018
-
-
Lucas Servén Marín authored
objectify alertmanager config
-
- Oct 12, 2018
-
-
Joshua Olson authored
-
Matthias Loibl authored
-
Matthias Loibl authored
-
Matthias Loibl authored
-
Matthias Loibl authored
-
- Oct 10, 2018
-
-
Matthias Loibl authored
-
Matthias Loibl authored
Update client_golang for wrappable registerer
-
Matthias Loibl authored
*: Update to Prometheus v2.4.3
-
Matthias Loibl authored
-
- Oct 09, 2018
-
-
Manuel Rüger authored
-
Max Leonard Inden authored
With pinning the kube-prometheus dependency for the generated `/manifest` folder, one needs to update the `jsonnetfile.lock.json` on `*.jsonnet` file changes.
-
- Oct 02, 2018
-
-
Robert Nemeti authored
-
- Oct 01, 2018
-
-
Matthias Loibl authored
-
Matthias Loibl authored
-
Robert Nemeti authored
this way it will be possible to merge configs
-
- Sep 28, 2018
-
-
Frederic Branczyk authored
*: Update to Prometheus 2.4.0
-
Frederic Branczyk authored
contrib/kube-prometheus: Set antiAffinity for Prometheus & Alertmanager
-
Max Leonard Inden authored
-
Matthias Loibl authored
-
Lucas Serven authored
-
Lucas Serven authored
-
Matthias Loibl authored
contrib/kube-prometheus: Generate new manifests with antiAffinity contrib/kube-prometheus: jb update Documentation: Generate after updating kube-prometheus manifests contrib/kube-prometheus: Move antiaffinity into own jsonnet file foobar
-
- Sep 26, 2018
-
-
David Lefever authored
-
Elisiano Petrini authored
This is distributed as a library that the user is meant to import. example: ``` kp = (import 'kube-prometheus/kube-prometheus.libsonnet') + (import 'kube-prometheus/kube-prometheus-thanos.libsonnet') + { _config+:: {...} }; ```
-
- Sep 24, 2018
-
-
David Tesar authored
-
David Tesar authored
-
- Sep 21, 2018
-
-
David Tesar authored
-