File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
keps/sig-apps/2214-indexed-job Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -467,6 +467,15 @@ gate enabled and disabled.
467
467
- Scalability tests for Jobs of varying sizes, up to 500 parallelism, that keep
468
468
track of metric `job_sync_duration_seconds`.
469
469
470
+ Using a [clusterloader2 test](https://github.com/kubernetes/perf-tests/pull/1998)
471
+ that creates 101 jobs of varying sizes (total of 1200 pods) on a 20 nodes cluster,
472
+ with 100 QPS for the job controller, I obtained the following completion times (averaged for 5 runs) :
473
+ - NonIndexed jobs : 34.2s
474
+ - Indexed jobs : 33.4s
475
+
476
+ The slight improvement for Indexed Jobs can be attributed to one less API call
477
+ necessary to track job status with finalizers.
478
+
470
479
# ## Upgrade / Downgrade Strategy
471
480
472
481
In the event of a kube-controller-manager upgrade, there should not be any
You can’t perform that action at this time.
0 commit comments