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
Saverio Proto
b5ee64bf38
Improve docs about TLS secret
2018-07-24 13:15:24 +02: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
Lucas Käldström
98a6cd5bce
Add RBAC and API Aggregation rules to example manifest
2017-06-26 22:18:29 +03:00
Lucas Käldström
c4e6f3307f
Update Makefile to release and build for multiple platforms
2017-06-26 20:11:15 +03:00
Solly Ross
66cf5eaafb
Provide basic deployment instructions
...
This commit introduces a Dockerfile with some basic deployment
instructions, as well as a makefile for convinience.
2017-06-24 01:42:10 -04:00