Brian On
d2deecefbc
test
2022-01-01 22:15:21 -08:00
Damien Grisonnet
467f24d45c
image: default to gcr.io instead of hub.docker.com
...
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
2021-06-30 19:27:04 +02:00
aackerman
dce6abfba9
Fix documented metrics labels to work for k8s 1.16+
2021-03-23 09:01:56 -05:00
Sergiusz Urbaniak
9c7743822c
Merge pull request #290 from nirrozenbaum/master
...
fix forbidden issue #274 by adding appropriate verbs in cluster role
2020-09-04 09:57:30 +02:00
Christopher Broglie
936bda2ef0
Demonstrate how to use external metrics
2020-07-17 01:47:05 -07:00
Nir Rozenbaum
26e4d23789
fix forbidden issue by adding appropriate verbs in cluster role
...
https://github.com/DirectXMan12/k8s-prometheus-adapter/issues/274#issuecomment-602282471
2020-05-14 08:25:01 -04:00
Solly Ross
6c8f44623e
Add tests for the resource metrics provider
...
This adds basic tests for the resource metrics provider, and fixes up
the default config slightly.
2018-10-03 11:05:43 -04:00
Solly Ross
cfba614544
Remove extraneous /adapter from deployment args
...
There was an extraneous `/adapter` in the deployment args that was
causing people issues. This removes it.
2018-08-20 17:12:27 -04:00
Aabed
beb6bb9663
sets the right path for config file
...
The configmap is mounted under /etc/adapter/config.yaml instead of /default/adapter-config.yaml
2018-07-22 10:39:34 +02:00
Solly Ross
fb8a0c50b3
Fix up the walkthrough
...
This fixes up a couple of typos in the walkthrough and updates it to
mention config and the Prometheus Operator.
It probably eventually needs to be further modified with more specific
instructions about the Prometheus Operator.
2018-06-30 22:22:05 -04:00
Solly Ross
eb6949c2a4
Explicitly mount /tmp as an emptyDir
...
If using an image build with `FROM scratch` (as built by the
build-local-images make target), you need to explictly mount
/tmp as an emptyDir.
2018-06-30 21:21:44 -04:00
Solly Ross
40a9ee2474
Add a helper to generate legacy configuration
...
This moves the DefaultConfig method out into a helper to generate legacy
configuration. Passing in a config file is now required.
2018-06-27 16:56:20 -04:00
Solly Ross
f05ee274c8
[deploy] update types to Kube 1.9 versions
...
This commit updates the deploy YAML files to the Kubernetes 1.9 API
versions.
2018-02-13 13:25:13 -05:00
Frederic Branczyk
80598a8bd3
deploy: Update custom metrics API name and separate into files
2017-11-13 09:54:35 +01:00