Skip to content

Commit

Permalink
Merge pull request #7555 from shyamjvs/custom-subnets-for-scale-presu…
Browse files Browse the repository at this point in the history
…bmits

Use custom subnet for kubemark-500 and gce-100 scalability jobs
  • Loading branch information
k8s-ci-robot committed Apr 4, 2018
2 parents 472179b + e33330d commit 9622185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions jobs/env/ci-kubernetes-e2e-gci-gce-scalability.env
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ NUM_NODES=100
ALLOWED_NOTREADY_NODES=1
REGISTER_MASTER=true
KUBE_GCE_ENABLE_IP_ALIASES=true
CREATE_CUSTOM_NETWORK=true

# Switch off image puller to workaround #44701
PREPULL_E2E_IMAGES=false
Expand Down
1 change: 1 addition & 0 deletions jobs/env/ci-kubernetes-kubemark-500-gce.env
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ NUM_NODES=7
# cores_per_node should be set accordingly.
NODE_SIZE=n1-standard-8
MASTER_SIZE=n1-standard-4
CREATE_CUSTOM_NETWORK=true

### kubernetes-env
# Increase throughput in Kubemark master components.
Expand Down

0 comments on commit 9622185

Please sign in to comment.