File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ status: implementable
38
38
- [ Results] ( #results-1 )
39
39
- [ Alternatives Considered] ( #alternatives-considered )
40
40
- [ gRPC API] ( #grpc-api )
41
+ - [ Test Plan] ( #test-plan )
41
42
- [ Graduation Criteria] ( #graduation-criteria )
42
43
- [ Implementation History] ( #implementation-history )
43
44
<!-- /toc -->
@@ -206,17 +207,23 @@ service ResourceMetrics {
206
207
}
207
208
```
208
209
210
+ ### Test Plan
211
+
212
+ Test the new endpoint with a node-e2e test similar to the current summary API test.
213
+ Testgrid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI
214
+
209
215
## Graduation Criteria
210
216
211
217
Alpha:
212
218
213
- - [ ] Implement the kubelet resource metrics endpoint as described above
214
- - [ ] Test the new endpoint with a node-e2e test similar to the current summary API test
219
+ - [X] Implement the kubelet resource metrics endpoint as described above
220
+
221
+ Beta:
222
+
215
223
- [ ] Modify the metrics server to consume the kubelet resource metrics endpoint 3 releases after it is added to the kubelet
216
224
217
- Beta/ GA:
225
+ GA:
218
226
219
- - [ ] Determine whether a transition to OpenMetrics format is required, and make those changes if necessary
220
227
- [ ] Add node-e2e test to the node conformance tests
221
228
222
229
## Implementation History
You can’t perform that action at this time.
0 commit comments