File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
keps/sig-apps/2214-indexed-job Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -464,6 +464,8 @@ gate enabled and disabled.
464
464
# ### Beta -> GA Graduation
465
465
466
466
- [E2E](https://testgrid.k8s.io/sig-apps#gce&include-filter-by-regex=Indexed) test graduates to conformance
467
+ - Scalability tests for Jobs of varying sizes, up to 500 parallelism, that keep
468
+ track of metric `job_sync_duration_seconds`.
467
469
468
470
# ## Upgrade / Downgrade Strategy
469
471
@@ -589,7 +591,8 @@ This section must be completed when targeting beta to a release.
589
591
590
592
- per-day percentage of job_sync_total with label result=error <= 1%
591
593
- 99% percentile over day for job_sync_duration_seconds is <= 15s, assuming
592
- a client-side QPS limit of 50 calls per second.
594
+ a client-side QPS limit of 50 calls per second. Note that this is the
595
+ expected SLO for NonIndexed jobs as well.
593
596
594
597
# ##### What are the SLIs (Service Level Indicators) an operator can use to determine the health of the service?
595
598
You can’t perform that action at this time.
0 commit comments