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 -->
@@ -204,17 +205,23 @@ service ResourceMetrics {
204
205
}
205
206
```
206
207
208
+ ### Test Plan
209
+
210
+ Test the new endpoint with a node-e2e test similar to the current summary API test.
211
+ Testgrid: https://k8s-testgrid.appspot.com/sig-node-kubelet#node-kubelet-features-master&include-filter-by-regex=ResourceMetricsAPI
212
+
207
213
## Graduation Criteria
208
214
209
215
Alpha:
210
216
211
- - [ ] Implement the kubelet resource metrics endpoint as described above
212
- - [ ] Test the new endpoint with a node-e2e test similar to the current summary API test
217
+ - [X] Implement the kubelet resource metrics endpoint as described above
218
+
219
+ Beta:
220
+
213
221
- [ ] Modify the metrics server to consume the kubelet resource metrics endpoint 3 releases after it is added to the kubelet
214
222
215
- Beta/ GA:
223
+ GA:
216
224
217
- - [ ] Determine whether a transition to OpenMetrics format is required, and make those changes if necessary
218
225
- [ ] Add node-e2e test to the node conformance tests
219
226
220
227
## Implementation History
You can’t perform that action at this time.
0 commit comments