I run the following command to deploy my managed virtual machine application (on Windows 10):
gcloud preview app deploy app.yaml --project=<PROJECT> --promote
Deployment triggers an error in the following line:
Copying certificates for secure access. You may be prompted to create an SSH keypair.
And after a while I get an error message:
ERROR: (gcloud.preview.app.deploy) Unable to copy certificates.
I'm already:
- Make sure there are SSH keys in
~\.ssh\google_compute_engine
- Tried to work with
--quiet
- same results - Renamed ssh-term.exe to ssh.exe - same results
- Run the command as an administrator.
- Run the command with
--verbosity debug
, which prints the following line several times: DEBUG: File [f] does not exist locally.
Any help would be greatly appreciated!
Tzach source share