From 8374c49c5939f80eb65cf535ce766412220182cd Mon Sep 17 00:00:00 2001 From: Samy Coenen Date: Thu, 19 Dec 2019 13:33:10 +0100 Subject: [PATCH 1/3] Update README.md --- staging/src/k8s.io/metrics/README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index bee0f87304b..be4aa535a6a 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -26,7 +26,7 @@ Kubernetes resources. The API is intended to be implemented by monitoring pipeline vendors, on top of their metrics storage solutions. -If you want to implement this an API server for this API, please see the +If you want to implement this as an API server for this API, please see the [kubernetes-incubator/custom-metrics-apiserver](https://github.com/kubernetes-incubator/custom-metrics-apiserver) library, which contains the basic infrastructure required to set up such an API server. @@ -38,9 +38,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`. This API allows consumers to access resource metrics (CPU and memory) for pods and nodes. -The API is implemented by Heapster -(https://github.com/kubernetes/heapster) and metrics-server -(https://github.com/kubernetes-incubator/metrics-server). +The API is implemented by [Heapster](https://github.com/kubernetes/heapster) and [metrics-server](https://github.com/kubernetes-incubator/metrics-server). Import Path: `k8s.io/metrics/pkg/apis/metrics`. @@ -56,10 +54,9 @@ page](http://kubernetes.io/community/). You can reach the maintainers of this repository at: -- Slack: #sig-instrumentation (on https://kubernetes.slack.com -- get an - invite at slack.kubernetes.io) -- Mailing List: - https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation +- Slack: #sig-instrumentation channel at [kubernetes.slack.com](https://kubernetes.slack.com), you can get an + invite at [slack.kubernetes.io](https://slack.kubernetes.io). +- [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation) ### Code of Conduct From 10049500c184c14b11124263406cc603fdb3e7c6 Mon Sep 17 00:00:00 2001 From: Samy Coenen Date: Fri, 28 Feb 2020 21:30:40 +0100 Subject: [PATCH 2/3] Update README.md --- staging/src/k8s.io/metrics/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index be4aa535a6a..668a52ce2b4 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -38,7 +38,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`. This API allows consumers to access resource metrics (CPU and memory) for pods and nodes. -The API is implemented by [Heapster](https://github.com/kubernetes/heapster) and [metrics-server](https://github.com/kubernetes-incubator/metrics-server). +The API is implemented by [metrics-server](https://github.com/kubernetes-incubator/metrics-server). Import Path: `k8s.io/metrics/pkg/apis/metrics`. @@ -54,7 +54,7 @@ page](http://kubernetes.io/community/). You can reach the maintainers of this repository at: -- Slack: #sig-instrumentation channel at [kubernetes.slack.com](https://kubernetes.slack.com), you can get an +- Slack: [#sig-instrumentation channel](https://kubernetes.slack.com/messages/sig-instrumentation), you can get an invite at [slack.kubernetes.io](https://slack.kubernetes.io). - [Mailing List](https://groups.google.com/forum/#!forum/kubernetes-sig-instrumentation) From 7638aae77ee6af18ad739a45f81bfdfb2e2be259 Mon Sep 17 00:00:00 2001 From: Samy Coenen Date: Fri, 28 Feb 2020 21:33:03 +0100 Subject: [PATCH 3/3] Update README.md --- staging/src/k8s.io/metrics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/staging/src/k8s.io/metrics/README.md b/staging/src/k8s.io/metrics/README.md index 668a52ce2b4..ad878f294d4 100644 --- a/staging/src/k8s.io/metrics/README.md +++ b/staging/src/k8s.io/metrics/README.md @@ -38,7 +38,7 @@ Import Path: `k8s.io/metrics/pkg/apis/custom_metrics`. This API allows consumers to access resource metrics (CPU and memory) for pods and nodes. -The API is implemented by [metrics-server](https://github.com/kubernetes-incubator/metrics-server). +The API is implemented by [metrics-server](https://github.com/kubernetes-sigs/metrics-server). Import Path: `k8s.io/metrics/pkg/apis/metrics`.