Automatically add ip addresses to list of known hosts in cluster usage documentation. (#667)

This commit is contained in:
Robert Nishihara
2017-06-14 00:13:33 +00:00
committed by Philipp Moritz
parent 54925996ca
commit fb119bb50c
+1 -1
View File
@@ -85,7 +85,7 @@ Confirm that you can ssh to all nodes
.. code-block:: bash
for host in $(cat workers.txt); do
ssh $host uptime
ssh -o "StrictHostKeyChecking no" $host uptime
done
You may need to verify the host keys during this process. If so, run this step