@@ -26,7 +26,7 @@ Kubernetes resources.
26
26
The API is intended to be implemented by monitoring pipeline vendors, on
27
27
top of their metrics storage solutions.
28
28
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
30
30
[ kubernetes-incubator/custom-metrics-apiserver] ( https://github.com/kubernetes-incubator/custom-metrics-apiserver )
31
31
library, which contains the basic infrastructure required to set up such
32
32
an API server.
@@ -38,9 +38,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`.
38
38
This API allows consumers to access resource metrics (CPU and memory) for
39
39
pods and nodes.
40
40
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 ) .
44
42
45
43
Import Path: ` k8s.io/metrics/pkg/apis/metrics ` .
46
44
@@ -56,10 +54,9 @@ page](http://kubernetes.io/community/).
56
54
57
55
You can reach the maintainers of this repository at:
58
56
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 )
63
60
64
61
### Code of Conduct
65
62
0 commit comments