Skip to content

Commit ef8bbda

Browse files
committed
docs(*): explicitly specify --hosts parameter for clusters:create
It's convenient to use `local.deisapp.com`, but since we're also using that as the cluster domain, it's quite confusing.
1 parent a91bc98 commit ef8bbda

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Use `deis keys:add` to add your SSH public key for `git push` access.
115115
Initialize a `dev` cluster with a list of CoreOS hosts and your CoreOS private key.
116116

117117
```console
118-
$ deis clusters:create dev local.deisapp.com --hosts=local.deisapp.com --auth=~/.vagrant.d/insecure_private_key
118+
$ deis clusters:create dev local.deisapp.com --hosts=172.17.8.100 --auth=~/.vagrant.d/insecure_private_key
119119
```
120120

121121
The parameters to `deis clusters:create` are:

docs/installing_deis/create-cluster.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ For example, to create a cluster on a local Deis installation:
2020

2121
.. code-block:: console
2222
23-
$ deis clusters:create dev local.deisapp.com --hosts=local.deisapp.com --auth=~/.vagrant.d/insecure_private_key
23+
$ deis clusters:create dev local.deisapp.com --hosts=172.17.8.100 --auth=~/.vagrant.d/insecure_private_key

0 commit comments

Comments
 (0)