Óscar Muñoz Garrigós
8667c51acd
Removing namespace when creating srv/sample-app
2019-02-05 11:52:04 +01:00
Óscar Muñoz Garrigós
43b9680a96
Adding -f flag to fit with new kubectl versions
2019-02-05 11:32:44 +01:00
Matthias Loibl
1b495e7bcb
contrib/kube-prometheus: Update README.md for custom-metrics-api
2018-11-14 16:30:40 +01:00
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