Skip to content

Commit 8b542a1

Browse files
committed
docs(upgrade): reminder to upgrade deis client
1 parent 517fb7c commit 8b542a1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/managing-workflow/upgrading-workflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,3 +173,11 @@ deis-workflow-manager-2654760652-kitf9 1/1 Running 0 5m
173173
[configuring object storage]: ../installing-workflow/configuring-object-storage.md
174174
[keeper manifests]: http://helm-classic.readthedocs.io/en/latest/awesome/#keeper-manifests
175175
[minio]: https://github.com/deis/minio
176+
177+
### Step 7: Upgrade the deis client
178+
179+
Your deis platform users should now upgrade their deis client to avoid getting `WARNING: Client and server API versions do not match. Please consider upgrading.` warnings.
180+
181+
```
182+
curl -sSL http://deis.io/deis-cli/install-v2.sh | bash && sudo mv deis $(which deis)
183+
```

0 commit comments

Comments
 (0)