mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-02 17:57:33 +00:00
Fix gce/util.sh:get-master-root-disk-size
This commit is contained in:
@@ -629,7 +629,7 @@ function create-network() {
|
|||||||
# Sets:
|
# Sets:
|
||||||
# MASTER_ROOT_DISK_SIZE
|
# MASTER_ROOT_DISK_SIZE
|
||||||
function get-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"
|
export MASTER_ROOT_DISK_SIZE="10"
|
||||||
else
|
else
|
||||||
export MASTER_ROOT_DISK_SIZE="50"
|
export MASTER_ROOT_DISK_SIZE="50"
|
||||||
|
Reference in New Issue
Block a user