• Kubernetes Submit Queue's avatar
    Merge pull request #50913 from shyamjvs/list-call-slo · fdf14b82
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 50893, 50913, 50963, 50629, 50640)
    
    Increase latency threshold for list api calls
    
    This is only a short-term solution to make our density test green. In the long-term, we should measure as per our new SLIs.
    From @wojtek-t's [doc](https://docs.google.com/document/d/1Q5qxdeBPgTTIXZxdsFILg7kgqWhvOwY8uROEf0j5YBw) on the new SLIs/SLOs, we have the following SLO for list calls:
    
    ```
    SLO1: In default Kubernetes installation, 99th percentile of SLI2 per cluster-day:
    <= 1s if total number of objects of the same type as resource in the system <= X
    <= 5s if total number of objects of the same type as resource in the system <= Y
    <= 30s if total number of objects of the same types as resource in the system <= Z
    ```
    
    I would guess that 170,000 pods would fall into the 2nd bracket (at least) and hence the new value of 5s. WDYT?
    
    cc @kubernetes/sig-scalability-misc @wojtek-t @gmarek
    fdf14b82
Name
Last commit
Last update
..
e2e Loading commit data...
e2e_federation Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...