I'm trying to deploy this example to Google Cloud. I'm following the exact instructions, and got an error saying
ERROR: (gcloud.preview.app.deploy) Not enough VMs ready (0/1 ready, 1 still deploying). Deployed Version: 20150723t080450.385919969320427256
When I go to cloud console -> app engine -> versions, I did see a new version deployed, but the size of the version is 0, and going to the module URL returns 503 server error even after I waited 30 minutes.
Error: Server Error
The service you requested is not available yet.
Please try again in 30 seconds.
I didn't modify anything in the example except the PROJECT_ID
, CLUSTER_UNIQUE_ID
, etc. What could be the problem here?