mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Document image registries
Signed-off-by: fpetkovski <filip.petkovsky@gmail.com>
This commit is contained in:
parent
93450fc29f
commit
134774884c
1 changed files with 9 additions and 0 deletions
|
|
@ -27,6 +27,14 @@ $ helm repo update
|
|||
$ helm install --name my-release prometheus-community/prometheus-adapter
|
||||
```
|
||||
|
||||
Official images
|
||||
---
|
||||
All official images for releases 0.84 and above are available in [gcr.io](http://k8s.gcr.io/prometheus-adapter/prometheus-adapter). The project also maintains a [staging registry](https://console.cloud.google.com/gcr/images/k8s-staging-prometheus-adapter/GLOBAL/) where images for each commit from the master branch are published. You can use this registry if need to test a version from a specific commit, or if you need to deploy a patch while waiting for a new release.
|
||||
|
||||
Images for versions prior to 0.84 are only available in unofficial registries:
|
||||
* https://quay.io/repository/coreos/k8s-prometheus-adapter-amd64
|
||||
* https://hub.docker.com/r/directxman12/k8s-prometheus-adapter/
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
|
@ -95,6 +103,7 @@ attention to:
|
|||
- [Setting up the custom metrics adapter and sample
|
||||
app](https://github.com/luxas/kubeadm-workshop#deploying-a-custom-metrics-api-server-and-a-sample-app)
|
||||
|
||||
|
||||
FAQs
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue