The cluster install fails to proceed as the SSH get timed out and keeps retrying in a loop in the Checking SSH access to the GCE VMs step.
ERROR: (gcloud.compute.ssh) Could not SSH into the instance. It is possible that your SSH key has not propagated to the instance yet. Try running this command again. If you still cannot connect, verify that the firewall and instance are set to accept ssh traffic.
Trying to SSH into abm-ws failed. Sleeping for 5 seconds. zzzZZzzZZExisting host keys found in /Users/user/.ssh/google_compute_known_hosts
ssh: connect to host xx.xx.xx.xx port 22: Operation timed out
Recommendation: To check for possible causes of SSH connectivity issues and get
recommendations, rerun the ssh command with the --troubleshoot option.
gcloud compute ssh abm-ws --project=project --zone=europe-west3-a --troubleshoot
Or, to investigate an IAP tunneling issue:
gcloud compute ssh abm-ws --project=project --zone=europe-west3-a --troubleshoot --tunnel-through-iap
The cluster install fails to proceed as the SSH get timed out and keeps retrying in a loop in the
Checking SSH access to the GCE VMs
step.