summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-02-05 12:51:31 -0800
committerGitHub <noreply@github.com>2019-02-05 12:51:31 -0800
commit0314de3c2da61efbdf98b271e364805be935546c (patch)
treef84b39eec242b5aa95a034fa65d5ac223d56c4d5
parenta095f16dc8de303eb8ae104a231b8ab85a5a76d9 (diff)
parent7e50798231d2a06fa36c66fcf75b24d7f9bb9a73 (diff)
Merge pull request #3210 from abhishekjiitr/fix-typo
Fix Typo: Kubernetes
-rw-r--r--sig-instrumentation/charter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sig-instrumentation/charter.md b/sig-instrumentation/charter.md
index b5cd7643..3938bdac 100644
--- a/sig-instrumentation/charter.md
+++ b/sig-instrumentation/charter.md
@@ -28,7 +28,7 @@ APIs).
[List of subprojects](https://github.com/kubernetes/community/tree/master/sig-instrumentation#subprojects)
-- Components required for any Kubernetes cluster in regards to observability. Also referred to as the [core metrics pipeline][core-metrics-pipeline], meaning metrics that are to be consumed by the scheduler, kubectl and autoscaling. ([kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server), [kubenernetes/heapster](https://github.com/kubernetes/heapster))
+- Components required for any Kubernetes cluster in regards to observability. Also referred to as the [core metrics pipeline][core-metrics-pipeline], meaning metrics that are to be consumed by the scheduler, kubectl and autoscaling. ([kubernetes-incubator/metrics-server](https://github.com/kubernetes-incubator/metrics-server), [kubernetes/heapster](https://github.com/kubernetes/heapster))
- Interfaces/API definitions required for any Kubernetes cluster in regards to observability. These the APIs defined in order to interface external system (such as Prometheus, Stackdriver, etc.) to be exposed to Kubernetes as a common interface, in order for Kubernetes to be able to treat metric sources as a generic metrics API. ([kubernetes/metrics](https://github.com/kubernetes/metrics), [kubernetes-incubator/custom-metrics-apiserver](https://github.com/kubernetes-incubator/custom-metrics-apiserver))
- Well established but optional components or adapters for Kubernetes clusters, if endorsed by members. Each component must have two or more members as maintainers. ([kubernetes/kube-state-metrics](https://github.com/kubernetes/kube-state-metrics), not yet officially owned by SIG-Instrumentation, but an example prospect for this category: [DirectXMan12/k8s-prometheus-adapter](https://github.com/DirectXMan12/k8s-prometheus-adapter))