From c30b9976aca0536f96e3cae328444aa9ff163ea2 Mon Sep 17 00:00:00 2001 From: Han Kang Date: Thu, 25 Feb 2021 11:48:04 -0800 Subject: add SIG instrumentation sub-projects --- sig-instrumentation/README.md | 8 ++++++++ sigs.yaml | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index e7c3a0e7..18979f46 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -58,6 +58,7 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS ### heapster +(Deprecated) - **Owners:** - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS ### instrumentation-tools @@ -73,6 +74,9 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat - https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS - **Contact:** - Slack: [#kube-state-metrics](https://kubernetes.slack.com/messages/kube-state-metrics) +### metric-stability-framework +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS ### metrics - **Owners:** - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS @@ -81,11 +85,15 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS ### mutating-trace-admission-controller +(Deprecated) - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS ### prometheus-adapter - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS +### structured-logging +- **Owners:** + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS [subproject-definition]: https://github.com/kubernetes/community/blob/master/governance.md#subprojects diff --git a/sigs.yaml b/sigs.yaml index ce6851a3..6d53b01f 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1503,6 +1503,7 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS - name: heapster + description: (Deprecated) owners: - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS - name: instrumentation-tools @@ -1518,6 +1519,9 @@ sigs: slack: kube-state-metrics owners: - https://raw.githubusercontent.com/kubernetes/kube-state-metrics/master/OWNERS + - name: metric-stability-framework + owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/metrics/OWNERS - name: metrics owners: - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/metrics/OWNERS @@ -1526,11 +1530,15 @@ sigs: owners: - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS - name: mutating-trace-admission-controller + description: (Deprecated) owners: - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS - name: prometheus-adapter owners: - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS + - name: structured-logging + owners: + - https://raw.githubusercontent.com/kubernetes/kubernetes/master/staging/src/k8s.io/component-base/logs/OWNERS - dir: sig-multicluster name: Multicluster mission_statement: > -- cgit v1.2.3 From 3084c553682080ebc599a440504fec7bb20dc937 Mon Sep 17 00:00:00 2001 From: Han Kang Date: Tue, 9 Mar 2021 07:42:50 -0800 Subject: remove deprecated subprojects --- sig-instrumentation/README.md | 8 -------- sigs.yaml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/sig-instrumentation/README.md b/sig-instrumentation/README.md index 18979f46..c3746062 100644 --- a/sig-instrumentation/README.md +++ b/sig-instrumentation/README.md @@ -57,10 +57,6 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### custom-metrics-apiserver - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS -### heapster -(Deprecated) -- **Owners:** - - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS ### instrumentation-tools - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS @@ -84,10 +80,6 @@ The following [subprojects][subproject-definition] are owned by sig-instrumentat ### metrics-server - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS -### mutating-trace-admission-controller -(Deprecated) -- **Owners:** - - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS ### prometheus-adapter - **Owners:** - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS diff --git a/sigs.yaml b/sigs.yaml index 6d53b01f..dbf922fe 100644 --- a/sigs.yaml +++ b/sigs.yaml @@ -1502,10 +1502,6 @@ sigs: - name: custom-metrics-apiserver owners: - https://raw.githubusercontent.com/kubernetes-sigs/custom-metrics-apiserver/master/OWNERS - - name: heapster - description: (Deprecated) - owners: - - https://raw.githubusercontent.com/kubernetes/heapster/master/OWNERS - name: instrumentation-tools owners: - https://raw.githubusercontent.com/kubernetes-sigs/instrumentation-tools/master/OWNERS @@ -1529,10 +1525,6 @@ sigs: - name: metrics-server owners: - https://raw.githubusercontent.com/kubernetes-sigs/metrics-server/master/OWNERS - - name: mutating-trace-admission-controller - description: (Deprecated) - owners: - - https://raw.githubusercontent.com/kubernetes-sigs/mutating-trace-admission-controller/master/OWNERS - name: prometheus-adapter owners: - https://raw.githubusercontent.com/kubernetes-sigs/prometheus-adapter/master/OWNERS -- cgit v1.2.3