eks-anywhere icon indicating copy to clipboard operation
eks-anywhere copied to clipboard

[Bare Metal] Auto generated SSH key doesn't work

Open jacobweinstock opened this issue 2 years ago • 0 comments

What happened: I created a 1 node workload cluster. In my cluster yaml i did not provide an ssh public key. The keys were autogenerated for me and save to disk. Once the node was provisioned and the cluster was up and running successfully, I could not ssh to the node with the eksa generated ssh key. Describing my cluster showed that the key was not the same as the one provided by the CLI. kubectl get tinkerbellmachineconfigs.anywhere.eks.amazonaws.com workload-test-cp -o yaml

What you expected to happen: I should be able to SSH to the node with the eksa generated key.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know?:

Environment:

  • EKS Anywhere Release: v0.19.2
  • EKS Distro Release:

jacobweinstock avatar Apr 15 '24 22:04 jacobweinstock