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
Instead of hacking things together with gcloud and subprocess.Popen which makes it hard to poll instances properly, might be good to switch to the Python googleapiclient when we have the time.
Instead of hacking things together with
gcloud
andsubprocess.Popen
which makes it hard to poll instances properly, might be good to switch to the Pythongoogleapiclient
when we have the time.Lots of examples: https://github.com/GoogleCloudPlatform/python-docs-samples
A useful one: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/compute/api/create_instance.py
The text was updated successfully, but these errors were encountered: