Fix broken links in README.md

This commit is contained in:
Sillyfrog 2022-12-11 07:09:03 +10:00
parent 062c42eccc
commit 411763b355

View file

@ -1,9 +1,7 @@
# Prometheus Adapter for Kubernetes Metrics APIs # Prometheus Adapter for Kubernetes Metrics APIs
This repository contains an implementation of the Kubernetes This repository contains an implementation of the Kubernetes Custom, Resource and External
[resource metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/resource-metrics-api.md), [Metric APIs](https://github.com/kubernetes/metrics).
[custom metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/custom-metrics-api.md), and
[external metrics](https://github.com/kubernetes/design-proposals-archive/blob/main/instrumentation/external-metrics-api.md) APIs.
This adapter is therefore suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+. This adapter is therefore suitable for use with the autoscaling/v2 Horizontal Pod Autoscaler in Kubernetes 1.6+.
It can also replace the [metrics server](https://github.com/kubernetes-incubator/metrics-server) on clusters that already run Prometheus and collect the appropriate metrics. It can also replace the [metrics server](https://github.com/kubernetes-incubator/metrics-server) on clusters that already run Prometheus and collect the appropriate metrics.