We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0eee03 commit 6ad1f08Copy full SHA for 6ad1f08
1 file changed
docs/installing_deis/install-platform.rst
@@ -6,11 +6,18 @@
6
Install the Deis Platform
7
=========================
8
9
-.. important::
+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.
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`.
20
-From the computer you installed the Deis Control Utility, we will provision the Deis platform.
21
Ensure your SSH agent is running and select the private key that corresponds to the SSH key added
22
to your CoreOS nodes:
23
0 commit comments