Fix create host docs
This commit is contained in:
parent
6480f6c843
commit
633c7147b1
@ -43,7 +43,7 @@ To create a `bootstrap.yml` file for the new host, the admin should perform the
|
|||||||
following command from their own host:
|
following command from their own host:
|
||||||
|
|
||||||
```
|
```
|
||||||
isle hosts create-bootstrap \
|
isle admin create-bootstrap \
|
||||||
--hostname <name> \
|
--hostname <name> \
|
||||||
--ip <ip> \
|
--ip <ip> \
|
||||||
--admin-path <path to admin.yml> \
|
--admin-path <path to admin.yml> \
|
||||||
@ -66,7 +66,7 @@ GPG is being used to secure `admin.yml` then the following could be used to
|
|||||||
generate a `bootstrap.yml`:
|
generate a `bootstrap.yml`:
|
||||||
|
|
||||||
```
|
```
|
||||||
gpg -d <path to admin.yml.gpg> | isle hosts create-bootstrap \
|
gpg -d <path to admin.yml.gpg> | isle admin create-bootstrap \
|
||||||
--hostname <name> \
|
--hostname <name> \
|
||||||
--ip <ip> \
|
--ip <ip> \
|
||||||
--admin-path - \
|
--admin-path - \
|
||||||
|
Loading…
Reference in New Issue
Block a user