Correct ssh key instructions in README
The expected format of the ssh key has changed in puppet. Change-Id: I53a517d77e944ae4a84b1ec879d2aa4cc87721f1
This commit is contained in:
parent
4e12eb191e
commit
58fe0ad503
@ -62,7 +62,7 @@ Export variable for your ssh key so you can log into the created instances:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub`
|
||||
export NODEPOOL_SSH_KEY=`cat ~/.ssh/id_rsa.pub | awk '{print $2}'`
|
||||
|
||||
Start nodepool with a demo config file (copy or edit fake.yaml
|
||||
to contain your data):
|
||||
|
Loading…
Reference in New Issue
Block a user