From 134774884cafc44e62922eaaf300bb1a097c1b8e Mon Sep 17 00:00:00 2001 From: fpetkovski Date: Thu, 15 Jul 2021 09:16:49 +0200 Subject: [PATCH 1/2] Document image registries Signed-off-by: fpetkovski --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7aec45a2..7a5e4731 100644 --- a/README.md +++ b/README.md @@ -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 ---- From 5cf9dc3427f20999d4563afcd6f0492908ae444e Mon Sep 17 00:00:00 2001 From: Filip Petkovski Date: Thu, 15 Jul 2021 17:39:19 +0200 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Damien Grisonnet --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a5e4731..aee28e4c 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ $ 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. +All official images for releases after v0.8.4 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 you 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: +Images for versions v0.8.4 and prior are only available in unofficial registries: * https://quay.io/repository/coreos/k8s-prometheus-adapter-amd64 * https://hub.docker.com/r/directxman12/k8s-prometheus-adapter/ @@ -103,7 +103,6 @@ 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 ----