GCE-based nodes now reboot on maintenance events instead of terminating (#5861)

This commit is contained in:
Michael Vines
2019-09-10 12:30:06 -07:00
committed by GitHub
parent 0d7efe5176
commit fc4aa71193
4 changed files with 96 additions and 44 deletions

View File

@ -167,8 +167,6 @@ cloud_CreateInstances() {
--tags testnet
--metadata "testnet=$networkName"
--image "$imageName"
--maintenance-policy TERMINATE
--no-restart-on-failure
)
# shellcheck disable=SC2206 # Do not want to quote $imageName as it may contain extra args