Skip to content

Commit

Permalink
Merge pull request #280 from jpbetz/fix-master-size
Browse files Browse the repository at this point in the history
Reapply change to use minimum n1-standard-2
  • Loading branch information
k8s-ci-robot committed Sep 29, 2021
2 parents d054beb + 928f8fa commit 58c8786
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions cluster/gce/config-common.sh
Expand Up @@ -27,10 +27,7 @@ function get-num-nodes {
# NUM_NODES
# NUM_WINDOWS_NODES
function get-master-size {
local suggested_master_size=1
if [[ "$(get-num-nodes)" -gt "5" ]]; then
suggested_master_size=2
fi
local suggested_master_size=2
if [[ "$(get-num-nodes)" -gt "10" ]]; then
suggested_master_size=4
fi
Expand Down

0 comments on commit 58c8786

Please sign in to comment.