Document key creation for import

This commit is contained in:
Justin Santa Barbara 2016-08-11 12:05:35 -04:00
parent a3cfec6c24
commit 96b49d5641
1 changed files with 8 additions and 0 deletions

View File

@ -73,6 +73,14 @@ kops get clusters
You can also list the instance groups: `kops get ig --name ${NEW_NAME}`
## Import the SSH public key
The SSH public key is not easily retrieved from the old cluster, so you must add it:
```
kops create secret --name ${NEW_NAME} sshpublickey admin -i ~/.ssh/id_rsa.pub
```
## Bring up the new cluster
Use the update command to bring up the new cluster: