Version
$ openshift-install version
openshift-install-4.2 unreleased-master-1745-g66e47aaae34c84618d3506ff133ea8c9df2ae8c9-dirty
built from commit 66e47aaae34c84618d3506ff133ea8c9df2ae8c9
release image registry.svc.ci.openshift.org/ocp/release@sha256:5ec723200f498e702b9494679d198fa0a0506724e943d517d7920be72921c914
Platform:
aws
What happened?
By running the create cluster command, and selecting the options manually, the installation fails as the SSH handshake fails.
$ openshift-install create cluster
? SSH Public Key /Users/tmoreira/.ssh/id_rsa.pub
? Platform aws
? Region us-east-1
? Base Domain devcluster.openshift.com
? Cluster Name tmoreira-08
? Pull Secret [? for help] ****************************
INFO Creating infrastructure resources...
INFO Waiting up to 30m0s for the Kubernetes API at https://api.tmoreira-08.devcluster.openshift.com:6443...
INFO Pulling debug logs from the bootstrap machine
ERROR Attempted to gather debug logs after installation failure: failed to create SSH client, ensure the proper ssh key is in your keyring or specify with --key: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain FATAL Bootstrap failed to complete: waiting for Kubernetes API: context deadline exceeded
What you expected to happen?
Installation succeeds.
How to reproduce it (as minimally and precisely as possible)?
- Run
$ openshift-install create cluster
- Make your selections manually (do not use config file)
Anything else we need to know?
I have 3 different public keys in my .ssh/ directory and I tried with all of them.
Version
Platform:
aws
What happened?
By running the
create clustercommand, and selecting the options manually, the installation fails as the SSH handshake fails.What you expected to happen?
Installation succeeds.
How to reproduce it (as minimally and precisely as possible)?
$ openshift-install create clusterAnything else we need to know?
I have 3 different public keys in my .ssh/ directory and I tried with all of them.