Issue running command [gcloud preview app deploy].
gcloud --project "aporta-preproduccion" preview app deploy /app.yaml
--no-promote --version v3-0-0-201512080900 --server
preview.appengine.google.com --docker-build local --image-url us.gcr.io/[google
project]/[repo_image_docker]
What steps will reproduce the problem?
1.-Compile your image with docker
2.-Upload your image to your google project registry
3.-Deploy your app using app engine manage vm
What is the expected output? What do you see instead?
It should run. but instead shows:
ERROR: (gcloud.preview.app.deploy) Error Response: [13] Giving up due to
transient errors. Please try again.
I added some images of what the google console shows in the browser.
Please provide any additional information below.
Traceback (most recent call last):
File "calliope/cli.py", line 609, in Execute
result = args.cmd_func(cli=self, args=args)
File "calliope/backend.py", line 1228, in Run
resources = command_instance.Run(args)
File "surface/preview/app/deploy.py", line 285, in Run
images.get(module))
File "api_lib/app/appengine_api_client.py", line 76, in DeployModule
return operations.WaitForOperation(self.client.apps_operations, operation)
File "api_lib/app/api/operations.py", line 54, in WaitForOperation
encoding.MessageToPyValue(completed_operation.error)))
OperationError: Error Response: [13] Giving up due to transient errors. Please
try again. Version: v3-0-0-201512080900.389120727588238166
Installation information:
Google Cloud SDK [0.9.89]
Platform: [Linux, x86_64]
Python Version: [2.7.10 (default, Sep 8 2015, 17:20:17) [GCC 5.1.1 20150618
(Red Hat 5.1.1-4)]]
Python Location: [/usr/bin/python2]
Site Packages: [Disabled]
Installation Root: [/home/luisarcega/google-cloud-sdk]
Installed Components:
core: [2015.11.30]
core-nix: [2015.11.24]
gcloud: []
gsutil-nix: [4.15]
gsutil: [4.16]
bq: [2.0.18]
bq-nix: [2.0.18]
System PATH:
[/home/luisarcega/google-cloud-sdk/bin:/home/luisarcega/google-cloud-sdk/bin:/us
r/lib64/qt-3.3/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/luisa
rcega/.local/bin:/home/luisarcega/bin]
[output truncated]
Original issue reported on code.google.com by luis.arc...@aporta.org.mx on 8 Dec 2015 at 3:44
Original issue reported on code.google.com by
luis.arc...@aporta.org.mx
on 8 Dec 2015 at 3:44Attachments: