Skip to content

Commit 009ddf7

Browse files
committed
docs(*): changed etcdctl references to deisctl
[skip ci]
1 parent 779fdad commit 009ddf7

11 files changed

Lines changed: 22 additions & 22 deletions

docs/installing_deis/upgrading-deis.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ To migrate over, start by pointing the new cluster at the old cluster's endpoint
122122

123123
.. code-block:: console
124124
125-
$ etcdctl set /deis/database/host pqsl.example.org
126-
$ etcdctl set /deis/database/port 1234
125+
$ deisctl config database set host pqsl.example.org
126+
$ deisctl config database set port 1234
127127
...
128128
129129
Next, you'll also want to migrate over the application directories:

docs/managing_deis/builder_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ supplied with Deis:
5050

5151
.. code-block:: console
5252
53-
$ etcdctl set /deis/builder/image myaccount/myimage:latest
53+
$ deisctl config builder set image myaccount/myimage:latest
5454
5555
This will pull the image from the public Docker registry. You can also pull from a private
5656
registry:
5757

5858
.. code-block:: console
5959
60-
$ etcdctl set /deis/builder/image registry.mydomain.org:5000/myaccount/myimage:latest
60+
$ deisctl config builder set image registry.mydomain.org:5000/myaccount/myimage:latest
6161
6262
Be sure that your custom image functions in the same way as the `stock builder image`_ shipped with
6363
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/cache_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ supplied with Deis:
3737

3838
.. code-block:: console
3939
40-
$ etcdctl set /deis/cache/image myaccount/myimage:latest
40+
$ deisctl config cache set image myaccount/myimage:latest
4141
4242
This will pull the image from the public Docker registry. You can also pull from a private
4343
registry:
4444

4545
.. code-block:: console
4646
47-
$ etcdctl set /deis/cache/image registry.mydomain.org:5000/myaccount/myimage:latest
47+
$ deisctl config cache set image registry.mydomain.org:5000/myaccount/myimage:latest
4848
4949
Be sure that your custom image functions in the same way as the `stock cache image`_ shipped with
5050
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/controller_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ supplied with Deis:
6060

6161
.. code-block:: console
6262
63-
$ etcdctl set /deis/controller/image myaccount/myimage:latest
63+
$ deisctl config controller set image myaccount/myimage:latest
6464
6565
This will pull the image from the public Docker registry. You can also pull from a private
6666
registry:
6767

6868
.. code-block:: console
6969
70-
$ etcdctl set /deis/controller/image registry.mydomain.org:5000/myaccount/myimage:latest
70+
$ deisctl config controller set image registry.mydomain.org:5000/myaccount/myimage:latest
7171
7272
Be sure that your custom image functions in the same way as the `stock controller image`_ shipped with
7373
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/database_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ supplied with Deis:
5353

5454
.. code-block:: console
5555
56-
$ etcdctl set /deis/database/image myaccount/myimage:latest
56+
$ deisctl config database set image myaccount/myimage:latest
5757
5858
This will pull the image from the public Docker registry. You can also pull from a private
5959
registry:
6060

6161
.. code-block:: console
6262
63-
$ etcdctl set /deis/database/image registry.mydomain.org:5000/myaccount/myimage:latest
63+
$ deisctl config database set image registry.mydomain.org:5000/myaccount/myimage:latest
6464
6565
Be sure that your custom image functions in the same way as the `stock database image`_ shipped with
6666
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/logger_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ supplied with Deis:
3737

3838
.. code-block:: console
3939
40-
$ etcdctl set /deis/logger/image myaccount/myimage:latest
40+
$ deisctl config logger set image myaccount/myimage:latest
4141
4242
This will pull the image from the public Docker registry. You can also pull from a private
4343
registry:
4444

4545
.. code-block:: console
4646
47-
$ etcdctl set /deis/logger/image registry.mydomain.org:5000/myaccount/myimage:latest
47+
$ deisctl config logger set image registry.mydomain.org:5000/myaccount/myimage:latest
4848
4949
Be sure that your custom image functions in the same way as the `stock logger image`_ shipped with
5050
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/registry_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ supplied with Deis:
5454

5555
.. code-block:: console
5656
57-
$ etcdctl set /deis/registry/image myaccount/myimage:latest
57+
$ deisctl config registry set image myaccount/myimage:latest
5858
5959
This will pull the image from the public Docker registry. You can also pull from a private
6060
registry:
6161

6262
.. code-block:: console
6363
64-
$ etcdctl set /deis/registry/image registry.mydomain.org:5000/myaccount/myimage:latest
64+
$ deisctl config registry set image registry.mydomain.org:5000/myaccount/myimage:latest
6565
6666
Be sure that your custom image functions in the same way as the `stock registry image`_ shipped with
6767
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/router_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ supplied with Deis:
6666

6767
.. code-block:: console
6868
69-
$ etcdctl set /deis/router/image myaccount/myimage:latest
69+
$ deisctl config router set image myaccount/myimage:latest
7070
7171
This will pull the image from the public Docker registry. You can also pull from a private
7272
registry:
7373

7474
.. code-block:: console
7575
76-
$ etcdctl set /deis/router/image registry.mydomain.org:5000/myaccount/myimage:latest
76+
$ deisctl config router set image registry.mydomain.org:5000/myaccount/myimage:latest
7777
7878
Be sure that your custom image functions in the same way as the `stock router image`_ shipped with
7979
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/store_daemon_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ supplied with Deis:
4646

4747
.. code-block:: console
4848
49-
$ etcdctl set /deis/store-daemon/image myaccount/myimage:latest
49+
$ deisctl config store-daemon set image myaccount/myimage:latest
5050
5151
This will pull the image from the public Docker registry. You can also pull from a private
5252
registry:
5353

5454
.. code-block:: console
5555
56-
$ etcdctl set /deis/store-daemon/image registry.mydomain.org:5000/myaccount/myimage:latest
56+
$ deisctl config store-daemon set image registry.mydomain.org:5000/myaccount/myimage:latest
5757
5858
Be sure that your custom image functions in the same way as the `stock store-daemon image`_ shipped with
5959
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

docs/managing_deis/store_gateway_settings.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ supplied with Deis:
4949

5050
.. code-block:: console
5151
52-
$ etcdctl set /deis/store-gateway/image myaccount/myimage:latest
52+
$ deisctl config store-gateway set image myaccount/myimage:latest
5353
5454
This will pull the image from the public Docker registry. You can also pull from a private
5555
registry:
5656

5757
.. code-block:: console
5858
59-
$ etcdctl set /deis/store-gateway/image registry.mydomain.org:5000/myaccount/myimage:latest
59+
$ deisctl config store-gateway set image registry.mydomain.org:5000/myaccount/myimage:latest
6060
6161
Be sure that your custom image functions in the same way as the `stock store-gateway image`_ shipped with
6262
Deis. Specifically, ensure that it sets and reads appropriate etcd keys.

0 commit comments

Comments
 (0)