Skip to content

Commit 6ad1f08

Browse files
author
Gabriel Monroy
committed
docs(installing_deis): add deisctl version check
1 parent e0eee03 commit 6ad1f08

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

docs/installing_deis/install-platform.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,18 @@
66
Install the Deis Platform
77
=========================
88

9-
.. important::
9+
We will use the ``deisctl`` utility to provision the Deis platform
10+
from a CoreOS host or a workstation that has SSH access to CoreOS.
1011

11-
Before installing the platform, please see :ref:`install_deisctl`.
12+
First check that you have ``deisctl`` installed and the version is correct.
13+
14+
.. code-block:: console
15+
16+
$ deisctl --version
17+
1.0.0
18+
19+
If not, follow instructions to :ref:`install_deisctl`.
1220

13-
From the computer you installed the Deis Control Utility, we will provision the Deis platform.
1421
Ensure your SSH agent is running and select the private key that corresponds to the SSH key added
1522
to your CoreOS nodes:
1623

0 commit comments

Comments
 (0)