gcloud app deploy
在部署时挂起,没有解释原因的日志消息。我该如何调试此问题?
我有两个.yaml
个文件和一个dispatch.yaml
个文件。这是我正在运行的命令:
gcloud app deploy web_app.yaml rest_app.yaml dispatch.yaml --verbosity=debug
答案 0 :(得分:8)
This was fixed when I updated gcloud.
gcloud components update
This is really bad UX, and I wish gcloud would have asked me to update instead of freezing app deploy