I'm trying to create a cluster,
I've created a hosted domain zone along with an s3 bucket.
I'm using the following command to create the cluster
kops create cluster --cloud=aws --zones=us-east-2a --name=<name> --dns-zone=<zone_name> --dns private
Its throwing the following error:
SSH public key must be specified when running with aws.
As far as i remember my command is correct and not sure what ssh key its looking for.
Any help will be appreciated, thank you:)