Have a GAE flexible environment. Have been deploying using $ gcloud preview app deploy --project myproject
.
It goes through the proper deployment sequence, and the app shows up in the Container Registry at: https://console.cloud.google.com/kubernetes/images/list?project=myproject
.
But the version never shows up at https://console.cloud.google.com/appengine/versions?project=myproject&moduleId=default
, so I cannot activate it.
I have checked the logs. Nothing out of the ordinary. The terminal response hangs after:
DONE
---------------------------------------------------------
File upload done.
Updating service [default]...|<terminal prompt comes back here>
The last lines in the logs are:
09622....234: Image already exists <- this seems common
096d9..3d234: Image already exists
latest: digest: sha256:02e2ca694b02e3...18a050a595a8b2d9a size: 39617
DONE