From 96b49d5641780874f91b066d4c35e02ff98ab0d1 Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Thu, 11 Aug 2016 12:05:35 -0400 Subject: [PATCH] Document key creation for import --- docs/upgrade_from_k8s_12.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: