You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Script currently assumes default network exists and fails if it doesn't. It might be worth adding gcloud compute networks create default to the script.
Also, the command takes a while to run so I would probably use --async and then have them run a "watch" command
The text was updated successfully, but these errors were encountered:
Script currently assumes default network exists and fails if it doesn't. It might be worth adding
gcloud compute networks create default
to the script.Also, the command takes a while to run so I would probably use --async and then have them run a "watch" command
The text was updated successfully, but these errors were encountered: