made boot disk larger to fit docker image
This commit is contained in:
parent
b9dfc9ba9a
commit
438acecb69
1 changed files with 2 additions and 1 deletions
|
@ -20,10 +20,11 @@ ROOT_DIR="$(dirname ${DIR})"
|
|||
|
||||
# get config options
|
||||
source "${ROOT_DIR}/k8s_config"
|
||||
NAME=agent-windows-2
|
||||
NAME=agent-windows-1
|
||||
|
||||
gcloud compute instances create ${NAME} \
|
||||
--machine-type=n1-standard-32 \
|
||||
--boot-disk-size=100GB \
|
||||
--local-ssd=device-name=local-ssd-0 \
|
||||
--image-project=gce-uefi-images \
|
||||
--image-family=windows-2019-core-for-containers \
|
Loading…
Reference in a new issue