Skip to content

Commit 5488fe5

Browse files
authored
Merge pull request kubernetes#86431 from SamyCoenen/patch-1
Update README.md
2 parents b378b17 + 7638aae commit 5488fe5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

staging/src/k8s.io/metrics/README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Kubernetes resources.
2626
The API is intended to be implemented by monitoring pipeline vendors, on
2727
top of their metrics storage solutions.
2828

29-
If you want to implement this an API server for this API, please see the
29+
If you want to implement this as an API server for this API, please see the
3030
[kubernetes-incubator/custom-metrics-apiserver](https://github.com/kubernetes-incubator/custom-metrics-apiserver)
3131
library, which contains the basic infrastructure required to set up such
3232
an API server.
@@ -38,9 +38,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`.
3838
This API allows consumers to access resource metrics (CPU and memory) for
3939
pods and nodes.
4040

41-
The API is implemented by Heapster
42-
(https://github.com/kubernetes/heapster) and metrics-server
43-
(https://github.com/kubernetes-incubator/metrics-server).
41+
The API is implemented by [metrics-server](https://github.com/kubernetes-sigs/metrics-server).
4442

4543
Import Path: `k8s.io/metrics/pkg/apis/metrics`.
4644

@@ -56,10 +54,9 @@ page](http://kubernetes.io/community/).
5654

5755
You can reach the maintainers of this repository at:
5856

59-
- Slack: #sig-instrumentation (on https://kubernetes.slack.com -- get an
60-
invite at slack.kubernetes.io)
61-
- Mailing List:
62-
https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation
57+
- Slack: [#sig-instrumentation channel](https://kubernetes.slack.com/messages/sig-instrumentation), you can get an
58+
invite at [slack.kubernetes.io](https://slack.kubernetes.io).
59+
- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation)
6360

6461
### Code of Conduct
6562

0 commit comments

Comments
 (0)