Skip to content

Instantly share code, notes, and snippets.

@new23d
new23d / rmig-update-maxUnavailable-1.sh
Last active March 11, 2024 17:32
gcp regional mig rolling update with maxUnavailable=1
## set env vars
export GOOGLE_CLOUD_PROJECT=foo-bar #change-me
export MIG_NAME=discriminat-foo #change-me
export MIG_EXPECTED_SIZE=3 #change-me
export MIG_REGION=europe-west6 #change-me
## env vars done