Merge pull request #22358 from gmarek/set-register

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-03-02 08:34:02 -08:00
commit 1dbc618c14
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@
export NODE_SIZE="n1-standard-2"
export NODE_DISK_SIZE="50GB"
export NUM_NODES="100"
export REGISTER_MASTER="true"
# Reduce logs verbosity
export TEST_CLUSTER_LOG_LEVEL="--v=2"
# TODO: Remove when we figure out the reason for occasional failures #19048