Commit Graph

7 Commits

Author SHA1 Message Date
Matthias Loibl
d4089d7125 contrib/kube-prometheus: Add sample-app for showing custom metrics with HPA
Use interval in ServiceMonitor endpoint

Reintroduce updated dpeloy.sh & teardown.sh
2018-11-14 16:27:10 +01:00
Matthias Loibl
a240909326 contrib/kube-prometheus: Update custom-metrics example to use our adapter 2018-11-14 16:27:09 +01:00
Max Leonard Inden
cbb03d387c *.sh: Set sane bash options on shell scripts
Adding the following accross the project:

```bash
/# exit immediately when a command fails
set -e
/# only exit with zero if all commands of the pipeline exit successfully
set -o pipefail
/# error on unset variables
+set -u

```
2018-08-16 11:20:38 +02:00
Max Leonard Inden
cd709826c9 format: Introduce shellcheck [1] for shell script analysis
[1] https://github.com/koalaman/shellcheck
2018-07-08 16:58:17 +02:00
Joakim Karlsson
62fff622e9 Update gencerts.sh 2018-05-29 11:42:20 +02:00
Joakim Karlsson
2093b981a0 Mac compat
Make certgen work on OSX
2018-05-29 11:40:50 +02:00
Frederic Branczyk
507617e150 Remove old manifests and replace with jsonnet build 2018-04-13 13:36:34 +02:00