Skip to content

Commit 0246ada

Browse files
committed
Merge pull request #4283 from carmstrong/warn-baremetal-coreos-version
docs(installing_deis): specify CoreOS for bare metal
2 parents 7f72c70 + 230c25d commit 0246ada

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/installing_deis/baremetal.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ Start the installation
100100

101101
.. code-block:: console
102102
103-
coreos-install -C stable -c /tmp/config -d /dev/sda
103+
coreos-install -C stable -c /tmp/config -d /dev/sda -V 647.2.0
104104
105105
106-
This will install the latest `CoreOS`_ stable release to disk. The Deis provision scripts for other
107-
platforms typically specify a CoreOS version - currently, ``647.2.0``. To specify a CoreOS
108-
version, append the ``-V`` parameter to the install command, e.g. ``-V 647.2.0``.
106+
This will install the latest `CoreOS`_ stable release that has been known to work
107+
well with Deis. The Deis team tests each new stable release for Deis compatibility,
108+
and it is generally not recommended to use a newer, untested release.
109109

110110
After the installation has finished, reboot your server. Once your machine is back up, you should
111111
be able to log in as the `core` user using the `deis` ssh key.

0 commit comments

Comments
 (0)