mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 22:46:12 +00:00
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:
parent
596c96da8a
commit
a505882adb
@ -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}'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user