Skip to content

Commit

Permalink
Fix kubemark windows num nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtek-t committed Feb 7, 2019
1 parent a3c14ec commit 482e307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cluster/kubemark/gce/config-default.sh
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@ GCLOUD=gcloud
ZONE=${KUBE_GCE_ZONE:-us-central1-b}
REGION=${ZONE%-*}
NUM_NODES=${KUBEMARK_NUM_NODES:-10}
NUM_WINDOWS_NODES=${KUBEMARK_NUM_WINDOWS_NODES:-0}
MASTER_SIZE=${KUBEMARK_MASTER_SIZE:-n1-standard-$(get-master-size)}
MASTER_DISK_TYPE=pd-ssd
MASTER_DISK_SIZE=${MASTER_DISK_SIZE:-$(get-master-disk-size)}

0 comments on commit 482e307

Please sign in to comment.