Merge pull request #98505 from chymy/heapster-md-0128

Mark heapster as deprecated in IMPLEMENTATIONS.md
This commit is contained in:
Kubernetes Prow Robot 2021-02-17 20:24:51 -08:00 committed by GitHub
commit 8b829ce3f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
- [Heapster](https://github.com/kubernetes/heapster): a application which
gathers metrics, writes them to metrics storage "sinks", and exposes the
resource metrics API from in-memory storage.
resource metrics API from in-memory storage.(Heapster is now deprecated. See the [deprecation timeline](https://github.com/kubernetes-retired/heapster/blob/master/docs/deprecation.md) for more information on support.)
- [Metrics Server](https://github.com/kubernetes-incubator/metrics-server):
a lighter-weight in-memory server specifically for the resource metrics
@ -16,7 +16,7 @@
They are listed here for convenience.***
- [Prometheus
Adapter](https://github.com/directxman12/k8s-prometheus-adapter). An
Adapter](https://github.com/kubernetes-sigs/prometheus-adapter). An
implementation of the custom metrics API that attempts to support
arbitrary metrics following a set label and naming scheme.