Created
November 21, 2014 20:35
-
-
Save xuru/604da3c02ec96904d352 to your computer and use it in GitHub Desktop.
setup-managed-vms error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Select the runtime to download the base image for: | |
[1] Go | |
[2] Java | |
[3] Python27 | |
[4] All | |
Please enter your numeric choice (4): 3 | |
Pulling base images for runtimes [python27] from Google Cloud Storage | |
Pulling image: google/appengine-python27 | |
Traceback (most recent call last): | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 170, in <module> | |
main() | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/gcloud/gcloud.py", line 166, in main | |
_cli.Execute() | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/calliope/cli.py", line 385, in Execute | |
post_run_hooks=self.__post_run_hooks, kwargs=kwargs) | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/calliope/frontend.py", line 274, in _Execute | |
pre_run_hooks=pre_run_hooks, post_run_hooks=post_run_hooks) | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/calliope/backend.py", line 928, in Run | |
result = command_instance.Run(args) | |
File "/usr/local/google-cloud-sdk/lib/googlecloudsdk/appengine/app_commands/setup_managed_vms.py", line 39, in Run | |
args.image_version) | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/pull.py", line 54, in PullBaseDockerImages | |
util.PullSpecifiedImages(docker_client, image_names, version, bucket) | |
File "/usr/local/google-cloud-sdk/./lib/googlecloudsdk/appengine/lib/images/util.py", line 232, in PullSpecifiedImages | |
'Error pulling {image}: {e}'.format(image=image_name, e=e)) | |
googlecloudsdk.appengine.lib.images.util.DockerPullError: Error pulling google/appengine-python27: 500 Server Error: Internal Server Error ("Invalid registry endpoint https://localhost:49154/v1/: Get https://localhost:49154/v1/_ping: EOF. If this private registry supports only HTTP or HTTPS with an unknown CA certificate, please add `--insecure-registry localhost:49154` to the daemon's arguments. In the case of HTTPS, if you have access to the registry's CA certificate, no need for the flag; simply place the CA certificate at /etc/docker/certs.d/localhost:49154/ca.crt") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw a note that this was fixed in the latest tools release, so I got rid of my pinned version number, did a gcloud components update, and then deployed a version which said it finished (yay) but then my server was ever-borked (returned 503s, no logs in the console, weird.) So I waited a few hours, came home and tried to redeploy. But no dice. :(
INFO: Exception 500 Server Error: Internal Server Error ("v1 ping attempt failed with error: Get http://gcr.io/v1/_ping: dial tcp: i/o timeout") thrown in ProgressHandler. Retrying.