mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
This commit introduces a Dockerfile with some basic deployment instructions, as well as a makefile for convinience. |
||
|---|---|---|
| .. | ||
| Dockerfile | ||
| example-deployment.yaml | ||
| README.md | ||
Example Deployment
-
Make sure you've built the included Dockerfile with
make docker-build. The image should be tagged ascm-adapter:latest. -
Create a secret called
cm-adapter-serving-certswith two values:serving.crtandserving.key. For more information on how to generate these certificates, see the auth concepts documentation in the apiserver-builder repository. -
kubectl create -f example-deployment.yaml, modifying as necessary to point to your prometheus server.