mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-30 23:57:46 +00:00
Fix gce/util.sh:get-master-root-disk-size
This commit is contained in:
parent
f3ab7b182f
commit
87a8905b2c
@ -629,7 +629,7 @@ function create-network() {
|
||||
# Sets:
|
||||
# MASTER_ROOT_DISK_SIZE
|
||||
function get-master-root-disk-size() {
|
||||
if [ "$NUM_NODES" -le "1000"]; then
|
||||
if [[ "${NUM_NODES}" -le "1000" ]]; then
|
||||
export MASTER_ROOT_DISK_SIZE="10"
|
||||
else
|
||||
export MASTER_ROOT_DISK_SIZE="50"
|
||||
|
Loading…
Reference in New Issue
Block a user