Skip to content

Commit 896b5d3

Browse files
committed
Merge pull request #2425 from mboersma/deisctl-must-match
docs(install/upgrade): highlight that deisctl must match Deis' version
2 parents 1a89451 + b87a7ae commit 896b5d3

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/installing_deis/install-deisctl.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ To change installation options, save the installer directly:
3939
Then run the downloaded file as a shell script. Append ``--help`` to see what options
4040
are available.
4141

42-
If you are using a specific Deis release (not latest), you'll want to use the deisctl built for
43-
your release.
42+
.. important::
43+
44+
Always use a version of ``deisctl`` that matches the Deis release.
45+
Verify this with ``deisctl --version``.
4446

4547
Builds are hosted on an S3 bucket at this URL format:
4648

docs/managing_deis/upgrading-deis.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ leaving your applications and platform data intact. This is the easiest and lea
2020
The general approach is to use ``deisctl`` to uninstall all platform components, update the platform version
2121
and then reinstall platform components.
2222

23+
.. important::
24+
25+
Always use a version of ``deisctl`` that matches the Deis release.
26+
Verify this with ``deisctl --version``.
27+
2328
.. note::
2429

2530
In-place upgrades are supported starting from Deis version 0.14.0

0 commit comments

Comments
 (0)