prometheus-adapter/deploy
zyue110026 b088d59591
fix: orphan cluster role resource-metrics-server-resources
Signed-off-by: zyue110026 <98426905+zyue110026@users.noreply.github.com>
2024-07-31 21:13:47 -05:00
..
manifests fix: orphan cluster role resource-metrics-server-resources 2024-07-31 21:13:47 -05:00
README.md Updates README, docs/walkthrough and deploy/ 2022-11-08 15:36:35 +00:00

Example Deployment

  1. Make sure you've built the included Dockerfile with TAG=latest make container. The image should be tagged as registry.k8s.io/prometheus-adapter/staging-prometheus-adapter:latest.

  2. kubectl create namespace monitoring to ensure that the namespace that we're installing the custom metrics adapter in exists.

  3. kubectl create -f manifests/, modifying the Deployment as necessary to point to your Prometheus server, and the ConfigMap to contain your desired metrics discovery configuration.