Commit Graph

15 Commits

Author SHA1 Message Date
Óscar Muñoz Garrigós
0ca6dbc337 Adding -f flag to fit with new kubectl versions 2019-02-05 13:26:55 +01:00
Ó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
Saverio Proto
e47243b413 metrics-server: enable access to nodes/stats
Without this access the logs of metrics-server will show the following error line:
```
unable to fully scrape metrics from source kubelet_summary:k8s-1: unable to fetch metrics from Kubelet k8s-1 (10.8.10.14): request failed - "403 Forbidden", response: "Forbidden (user=system:serviceaccount:kube-system:metrics-server, verb=get, resource=nodes, subresource=stats)",
```
and `kubectl top nodes` will give no results
2018-07-24 12:58:40 +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
Frederic Branczyk
e301f7f31a *: Add Thanos integration 2018-06-22 15:49:02 +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
Max Inden
73e9a9882f Merge pull request #1206 from brancz/jsonnet
Convert kube-prometheus to jsonnet
2018-04-17 09:52:49 +02:00
Max Leonard Inden
3b13afb562 kube-prometheus/thanos: Move to experimental folder
In preparation of PR #1206 [1], This patch moves the Thanos manifests to the
`experimental` folder.

[1] https://github.com/coreos/prometheus-operator/pull/1206
2018-04-13 15:10:18 +02:00
Frederic Branczyk
507617e150 Remove old manifests and replace with jsonnet build 2018-04-13 13:36:34 +02:00