mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-02 13:40:39 -05:00
Automatic merge from submit-queue Quota usage checking ignores unrelated resources Scenario: 1. Create 4 services 2. Add a quota that limits services to 3 3. Create a pod Expected result: pod creation succeeds Actual result: pod creation fails stating that services exceed quota. Fix: less than or equal check should only verify resources pertinent to request. Related: https://bugzilla.redhat.com/show_bug.cgi?id=1367733 |
||
|---|---|---|
| .. | ||
| admission | ||
| auth | ||
| client/auth | ||
| scheduler | ||
| webhook | ||