Skip to content

Commit bff5537

Browse files
committed
Update GA graduation criteria
1. Convert to check list. 2. Re-order so that completed items come first. 3. Update tuning item to refer to the whole interface (e.g, including logs and metrics) rather than just the API. 4. Update the tuning item to replace "auto-tuning" with simply "tuning". The thinking is that the proper focus is on observability and controllabiility; automation of the tuning was always intended to be a matter for later consideration.
1 parent f633d91 commit bff5537

File tree

1 file changed

+5
-5
lines changed
  • keps/sig-api-machinery/1040-priority-and-fairness

1 file changed

+5
-5
lines changed

keps/sig-api-machinery/1040-priority-and-fairness/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2834,11 +2834,11 @@ Beta:
28342834
28352835
GA:
28362836
2837-
- Satisfaction with LIST and WATCH support.
2838-
- API annotations properly support strategic merge patch.
2839-
- APF allows us to disable client-side rate limiting without causing the apiservers to wedge/crash. Note that there is another level of concern that APF does not attempt to address, which is mismatch between the throughput that various controllers can sustain.
2840-
- Design and implement borrowing between priority levels.
2841-
- Satisfaction that the API is sufficient to support auto-tuning of capacity and resource costs.
2837+
- [x] API annotations properly support strategic merge patch.
2838+
- [x] Design and implement borrowing between priority levels.
2839+
- [ ] Satisfaction with LIST and WATCH support.
2840+
- [ ] APF allows us to disable client-side rate limiting without causing the apiservers to wedge/crash. Note that there is another level of concern that APF does not attempt to address, which is mismatch between the throughput that various controllers can sustain.
2841+
- [ ] Satisfaction that the interface is sufficient to support tuning of capacity and resource costs.
28422842
28432843
## Production Readiness Review Questionnaire
28442844

0 commit comments

Comments
 (0)