gce: remove compute-rw, see what breaks

This commit is contained in:
Mike Danese
2017-09-29 12:00:02 -07:00
parent e51752239c
commit 4d2733d801
3 changed files with 5 additions and 5 deletions

View File

@@ -62,7 +62,7 @@ function create-master-instance-with-resources {
--image "${MASTER_IMAGE}" \
--tags "${MASTER_TAG}" \
--subnet "${NETWORK}" \
--scopes "storage-ro,compute-rw,logging-write" \
--scopes "storage-ro,logging-write" \
--boot-disk-size "${MASTER_ROOT_DISK_SIZE}" \
--disk "name=${MASTER_NAME}-pd,device-name=master-pd,mode=rw,boot=no,auto-delete=no"