Skip to content

Commit 4db4ee9

Browse files
authored
Merge pull request kubernetes#2439 from logicalhan/stability-ga
Update stability KEP(s) with current status(es)
2 parents 7069f74 + cf8e886 commit 4db4ee9

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

keps/sig-instrumentation/1209-metrics-stability/20191028-metrics-stability-to-beta.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ approvers:
1313
editor: "@brancz"
1414
creation-date: 2019-10-28
1515
last-updated: 2020-10-14
16-
status: implementable
16+
status: implemented
1717
stage: beta
1818
see-also:
1919
- 20181106-kubernetes-metrics-overhaul
@@ -144,7 +144,7 @@ These are related Post-GA tasks:
144144
- [x] for controller manager: https://github.com/kubernetes/kubernetes/pull/81624 (by @logicalhan)
145145
- [x] for kube-proxy: https://github.com/kubernetes/kubernetes/pull/81626 (by @logicalhan)
146146
- [x] for etcd version monitor: https://github.com/kubernetes/kubernetes/pull/83283 (by @RainbowMango)
147-
- [ ] for metrics validation framework: https://github.com/kubernetes/kubernetes/pull/84500 (by @RainbowMango)
147+
- [x] for metrics validation framework: https://github.com/kubernetes/kubernetes/pull/84500 (by @RainbowMango)
148148
- Migrate bucket functionality
149149
- [x] https://github.com/kubernetes/kubernetes/pull/82626 (by @RainbowMango)
150150
- [x] https://github.com/kubernetes/kubernetes/pull/82630 (by @RainbowMango)
@@ -163,26 +163,26 @@ These are related Post-GA tasks:
163163
- [x] https://github.com/kubernetes/kubernetes/pull/83611 (by @RainbowMango)
164164
- [x] https://github.com/kubernetes/kubernetes/pull/83678 (by @RainbowMango)
165165
- [x] https://github.com/kubernetes/kubernetes/pull/83713 (by @RainbowMango)
166-
- [ ] https://github.com/kubernetes/kubernetes/pull/83664 (by @RainbowMango)
166+
- [x] https://github.com/kubernetes/kubernetes/pull/83664 (by @RainbowMango)
167167
- [x] https://github.com/kubernetes/kubernetes/pull/84283 (by @serathius)
168168
- Migrate promhttp
169-
- [ ] https://github.com/kubernetes/kubernetes/pull/84393 (by @wuyafang)
169+
- [x] https://github.com/kubernetes/kubernetes/pull/84393 (by @wuyafang)
170170
- [x] https://github.com/kubernetes/kubernetes/pull/84221 (by @wuyafang)
171171

172172
### Metrics Validation And Restriction
173173
- [x] https://github.com/kubernetes/kubernetes/pull/80803 (by @serathius)
174174
- [x] https://github.com/kubernetes/kubernetes/pull/80906 (by @serathius)
175175
- [x] https://github.com/kubernetes/kubernetes/pull/81510 (by @serathius)
176-
- [ ] https://github.com/kubernetes/kubernetes/pull/84302 (by @serathius)
177-
- [ ] https://github.com/kubernetes/kubernetes/pull/84373 (by @serathius)
178-
- [ ] https://github.com/kubernetes/kubernetes/pull/84378 (by @serathius)
176+
- [x] https://github.com/kubernetes/kubernetes/pull/84302 (by @serathius)
177+
- [x] https://github.com/kubernetes/kubernetes/pull/84373 (by @serathius)
178+
- [x] https://github.com/kubernetes/kubernetes/pull/84378 (by @serathius)
179179

180180
### Deprecate Metrics
181-
- [ ] https://github.com/kubernetes/kubernetes/pull/83836 (by @RainbowMango)
182-
- [ ] https://github.com/kubernetes/kubernetes/pull/83837 (by @RainbowMango)
183-
- [ ] https://github.com/kubernetes/kubernetes/pull/83838 (by @RainbowMango)
184-
- [ ] https://github.com/kubernetes/kubernetes/pull/83839 (by @RainbowMango)
185-
- [ ] https://github.com/kubernetes/kubernetes/pull/83841 (by @RainbowMango)
181+
- [x] https://github.com/kubernetes/kubernetes/pull/83836 (by @RainbowMango)
182+
- [x] https://github.com/kubernetes/kubernetes/pull/83837 (by @RainbowMango)
183+
- [x] https://github.com/kubernetes/kubernetes/pull/83838 (by @RainbowMango)
184+
- [x] https://github.com/kubernetes/kubernetes/pull/83839 (by @RainbowMango)
185+
- [x] https://github.com/kubernetes/kubernetes/pull/83841 (by @RainbowMango)
186186

187187
### Escape Flag
188-
- [ ] https://github.com/kubernetes/kubernetes/pull/84292 (by @RainbowMango)
188+
- [x] https://github.com/kubernetes/kubernetes/pull/84292 (by @RainbowMango)

keps/sig-instrumentation/1209-metrics-stability/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ Items marked with (R) are required *prior to targeting to a milestone / release*
5252
- [X] (R) Design details are appropriately documented
5353
- [X] (R) Test plan is in place, giving consideration to SIG Architecture and SIG Testing input
5454
- [X] (R) Graduation criteria is in place
55-
- [ ] (R) Production readiness review completed
56-
- [ ] (R) Production readiness review approved
55+
- [X] (R) Production readiness review completed
56+
- [X] (R) Production readiness review approved
5757
- [X] "Implementation History" section is up-to-date for milestone
5858
- [X] User-facing documentation has been created in [kubernetes/website], for publication to [kubernetes.io]
5959
- [X] Supporting documentation—e.g., additional design documents, links to mailing list discussions/SIG meetings, relevant PRs/issues, release notes

0 commit comments

Comments
 (0)