Skip to content

Commit a8eb697

Browse files
committed
docs(managing_deis): always stop platform before uninstalling
1 parent c2da109 commit a8eb697

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/managing_deis/upgrading-deis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use the following steps to perform an in-place upgrade of your Deis cluster.
2828

2929
.. code-block:: console
3030
31-
$ deisctl uninstall platform
31+
$ deisctl stop platform && deisctl uninstall platform
3232
$ deisctl config platform set version=v0.15.0
3333
$ deisctl install platform
3434
$ deisctl start platform

0 commit comments

Comments
 (0)