mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #32155 from euank/update-root-size
Automatic merge from submit-queue cluster/gce: Update master root disk size As part of #29213, the hyperkube image will be deployed alongside existing dependencies. This ends up just running over the root disk size of 10 during extraction. cc @yifan-gu @aaronlevy
This commit is contained in:
commit
8a77e3fdb7
@ -673,7 +673,7 @@ function create-network() {
|
|||||||
# 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="20"
|
||||||
else
|
else
|
||||||
export MASTER_ROOT_DISK_SIZE="50"
|
export MASTER_ROOT_DISK_SIZE="50"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user