Commit 577fa2e2 authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #24752 from zmerlynn/1000nodes-3

Automatic merge from submit-queue gke-large-cluster: Allow up to 1% of 1000 = 10 nodes Per 2016/03/16 GKE release note, CreateCluster can return success with only 99% success.
parents 48a2d009 a505882a
...@@ -248,6 +248,7 @@ ...@@ -248,6 +248,7 @@
export ZONE="us-central1-b" export ZONE="us-central1-b"
export NUM_NODES=1000 export NUM_NODES=1000
export MACHINE_TYPE="n1-highmem-2" export MACHINE_TYPE="n1-highmem-2"
export ALLOWED_NOTREADY_NODES="10"
jobs: jobs:
- 'kubernetes-e2e-{suffix}' - 'kubernetes-e2e-{suffix}'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment