istioworkshop / istio-workshop

Sources for the Istio workshop website
https://istioworkshop.github.io
8 stars 0 forks source link

SSH public key must be specified when running with AWS #7

Closed bzurkowski closed 3 years ago

bzurkowski commented 3 years ago
SSH public key must be specified when running with AWS (create with `kops create secret --name istio-workshop.k8s.local sshpublickey admin -i ~/.ssh/id_rsa.pub`)
bzurkowski commented 3 years ago

Check if the key file exists:

test -f ~/.ssh/id_rsa.pub && echo ok

If not, generate key pair using Github instructions.