File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
tasks/generators/clusterloader Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626 Params :
2727 action : start
2828 labelSelector : group = eks-pod-identity
29- threshold : 10s
29+ threshold : 300s
3030 - Identifier : EksPodIdentity
3131# TODO: Move to SchedulingThroughputPrometheus which requires cl2 prom stack setup as pre-req
3232 Method : SchedulingThroughput
Original file line number Diff line number Diff line change @@ -79,13 +79,13 @@ spec:
7979 - name : cl2-eks-pod-identity-pods
8080 default : " 5000"
8181 - name : cl2-default-qps
82- default : " 500 "
82+ default : " 200 "
8383 - name : cl2-default-burst
84- default : " 1000 "
84+ default : " 400 "
8585 - name : cl2-uniform-qps
86- default : " 500 "
86+ default : " 200 "
8787 - name : timeout-pia-pod-creation
88- default : " 5m "
88+ default : " 10m "
8989 tasks :
9090 - name : slack-notification
9191 params :
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ spec:
1818 default : " 2000"
1919 - name : cl2-default-qps
2020 description : " default qps"
21- default : " 500 "
21+ default : " 200 "
2222 - name : cl2-default-burst
2323 description : " default burst"
24- default : " 800 "
24+ default : " 400 "
2525 - name : cl2-uniform-qps
2626 description : " uniform qps"
27- default : " 400 "
27+ default : " 200 "
2828 - name : nodes
2929 description : " number of dataplane nodes to run the load test against"
3030 default : " 800"
You can’t perform that action at this time.
0 commit comments