Skip to content

Commit 4e05ce2

Browse files
committed
Merge pull request #429 from opdemand/362-manual-ssh-sudo
Note that `nodes:create` requires password-less sudo, refs #362.
2 parents e777813 + 59a4f8b commit 4e05ce2

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/topologies/scale-manually.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ Deis will use the layer's SSH configuration to bootstrap the node.
88
.. code-block:: console
99

1010
$ deis nodes:create dev node1.example.com --layer=runtime
11-
Creating node for node1.example.com... done in 107s
11+
Creating node for node1.example.com... done in 107s
12+
13+
.. note::
14+
To bootstrap a node manually, ``deis nodes:create`` requires the
15+
SSH user to be able to run ``sudo`` without entering a password.

0 commit comments

Comments
 (0)