Fixed
Status Update
Comments
zj...@google.com <zj...@google.com> #2
using the below does resolve the issue and allow the app to be deployed.
gcloud config set app/use_gsutil true
gcloud config set app/use_gsutil true
zj...@google.com <zj...@google.com> #8
We're investigating this issue.
la...@gmail.com <la...@gmail.com> #16
The workaround fixed this issue for me. Thanks.
zj...@google.com <zj...@google.com> #32
We believe that release 99.0.0 contains a fix for this. Do you mind upgrading and trying again?
la...@gmail.com <la...@gmail.com> #33
How do I reverse the workaround? I'm not sure what the value was originally.
ma...@gmail.com <ma...@gmail.com> #34
to reverse: gcloud config set app/use_cloud_build false
zj...@google.com <zj...@google.com> #35
You can also run `gcloud config unset app/use_cloud_build`, so that if we toggle the default behavior you'll pick that up.
la...@gmail.com <la...@gmail.com> #36
Setting to false built just fine with 99. Thanks.
Description
What steps will reproduce the problem?
Pushing the test app to asia-east1-a
What is the expected output? What do you see instead?
Please provide any additional information below.
Link provided to
Traceback (most recent call last):
File "lib\googlecloudsdk\gcloud_main.py", line 169, in main
gcloud_cli.Execute()
File "lib\googlecloudsdk\calliope\cli.py", line 646, in Execute
result = args.cmd_func(cli=self, args=args)
File "lib\googlecloudsdk\calliope\backend.py", line 1394, in Run
resources = command_instance.Run(args)
File "lib\surface\preview\app\deploy.py", line 482, in Run
config_cleanup)
File "lib\googlecloudsdk\api_lib\app\deploy_command_util.py", line 199, in BuildAndPushDockerImages
cli, version_id, remote, project) as docker_client:
File "lib\googlecloudsdk\api_lib\app\images\docker_util.py", line 237, in __enter__
kwargs = containers.KwargsFromEnv(self._vm.host, self._vm.cert_dir, True)
File "lib\googlecloudsdk\api_lib\app\containers.py", line 100, in KwargsFromEnv
assert_hostname=False)
File "bin\..\lib\third_party\docker\docker\tls.py", line 46, in __init__
'Path to a certificate and key files must be provided'
TLSParameterError: Path to a certificate and key files must be provided through the client_config param. TLS configurations should map the Docker CLI client configurations. See
Installation information:
Google Cloud SDK [97.0.0]
Platform: [Windows, x86_64]
Python Version: [2.7.9 (default, Dec 10 2014, 12:28:03) [MSC v.1500 64 bit (AMD64)]]
Python Location: [C:\python27\python.exe]
[output truncated]