Skip to content

Commit

Permalink
Merge pull request kubernetes#973 from YangLu1031/master
Browse files Browse the repository at this point in the history
scale up windows load test
  • Loading branch information
k8s-ci-robot committed Jan 8, 2020
2 parents 2bebce1 + fdd9057 commit aee12f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clusterloader2/testing/node-throughput/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
{{$POD_THROUGHPUT := DefaultParam .POD_THROUGHPUT 5}}
{{$CONTAINER_IMAGE := DefaultParam .CONTAINER_IMAGE "k8s.gcr.io/pause:3.1"}}
{{$POD_STARTUP_LATENCY_THRESHOLD := DefaultParam .POD_STARTUP_LATENCY_THRESHOLD "5s"}}
{{$OPERATION_TIMEOUT := DefaultParam .OPERATION_TIMEOUT "15m"}}

name: node-throughput
automanagedNamespaces: {{$POD_COUNT}}
Expand Down Expand Up @@ -33,7 +34,7 @@ steps:
apiVersion: v1
kind: ReplicationController
labelSelector: group = latency
operationTimeout: 15m
operationTimeout: {{$OPERATION_TIMEOUT}}
- phases:
- namespaceRange:
min: 1
Expand Down
3 changes: 2 additions & 1 deletion clusterloader2/testing/node-throughput/windows_override.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
POD_COUNT: 10
POD_COUNT: 50
POD_THROUGHPUT: 2
CONTAINER_IMAGE: gcr.io/gke-release/pause-win:1.0.0
OPERATION_TIMEOUT: 30m
POD_STARTUP_LATENCY_THRESHOLD: 20m

0 comments on commit aee12f2

Please sign in to comment.