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.
This commit is contained in:
Zach Loafman 2016-04-25 13:57:50 -07:00
parent 596c96da8a
commit a505882adb

View File

@ -248,6 +248,7 @@
export ZONE="us-central1-b"
export NUM_NODES=1000
export MACHINE_TYPE="n1-highmem-2"
export ALLOWED_NOTREADY_NODES="10"
jobs:
- 'kubernetes-e2e-{suffix}'