You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: keps/sig-api-machinery/1040-priority-and-fairness/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2621,11 +2621,11 @@ Beta:
2621
2621
2622
2622
GA:
2623
2623
2624
-
- Satisfaction with LIST and WATCH support
2625
-
- APF allows us to disable client-side rate limiting (or we know the reason why not)
2626
-
- Satisfaction that the API can be extended in a backward-compatible way to support borrowing between priority levels
2627
-
- Satisfaction that the API is sufficient to support auto-tuning of capacity and resource costs
2628
-
- API annotations properly support strategic merge patch
2624
+
- Satisfaction with LIST and WATCH support.
2625
+
- API annotations properly support strategic merge patch.
2626
+
- 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.
2627
+
- Design and implement borrowing between priority levels.
2628
+
- Satisfaction that the API is sufficient to support auto-tuning of capacity and resource costs.
0 commit comments