Skip to content

Commit f1926fe

Browse files
committed
docs(upgrading-workflow): require off-cluster storage for upgrade
1 parent ad27e4e commit f1926fe

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ $ helmc generate -x manifests workflow-beta4
1010
$ helmc install workflow-beta4
1111
```
1212

13+
## Off-Cluster Storage Required
14+
15+
A Workflow upgrade requires using off-cluster object storage, since the default
16+
in-cluster storage is ephemeral. Upgrading Workflow with the in-cluster default
17+
of [Minio][] will result in data loss.
18+
19+
See [Configuring Object Storage][] to learn how to store your Workflow data off-cluster.
20+
1321
## Keeping Essential Pieces
1422

1523
!!! note
@@ -33,4 +41,6 @@ $ kubectl delete ns deis # Be sure you want to delete the
3341

3442
See the Helm Classic documentation for more detail about [keeper manifests].
3543

44+
[configuring object storage]: ../installing-workflow/configuring-object-storage.md
3645
[keeper manifests]: http://helm-classic.readthedocs.io/en/latest/awesome/#keeper-manifests
46+
[minio]: https://github.com/deis/minio

0 commit comments

Comments
 (0)