Skip to content

Commit 00d930f

Browse files
committed
docs(upgrading-deis): graceful upgrade in stateless mode
Graceful upgrade in stateless mode has been fixed in #4506 and the option `--stateless` has been added to `upgrade-prep` and `upgrade-takeover` subcommands. Update documentation for warning user to use this option.
1 parent 2333ccd commit 00d930f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/managing_deis/upgrading-deis.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ routers boot up. Many times, there will be no downtime at all.
8888

8989
The process involves two ``deisctl`` subcommands, ``upgrade-prep`` and ``upgrade-takeover``, in coordination with a few other important commands.
9090

91+
.. note::
92+
93+
If you are using Deis in :ref:`stateless mode <running-deis-without-ceph>`, you should add the option `--stateless`
94+
to `upgrade-prep` and `upgrade-takeover` subcommands to start only the necessary components.
95+
9196
First, a new ``deisctl`` version should be installed to a temporary location, reflecting the desired version to upgrade
9297
to. Care should be taken not to overwrite the existing ``deisctl`` version.
9398

0 commit comments

Comments
 (0)