diff --git a/docs/upgrade_from_k8s_12.md b/docs/upgrade_from_k8s_12.md index 47eb52bd45..3cfa318f0a 100644 --- a/docs/upgrade_from_k8s_12.md +++ b/docs/upgrade_from_k8s_12.md @@ -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: