Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
chore(english language): upgrade != total uninstall
Browse files Browse the repository at this point in the history
I don't think we aid comprehension by parenthetically mentioning how to totally uninstall your cluster and prevent an upgrade in the flow of the "how to upgrade your cluster" document.
  • Loading branch information
jackfrancis committed Aug 4, 2016
1 parent d604f7e commit a5e8416
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/managing-workflow/upgrading-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ The Workflow Chart marks the "deis" Kubernetes `Namespace` and the `Service`
for the registry and router as keepers. This leaves the external `LoadBalancer`
intact so routing and DNS are preserved while reinstalling Workflow.

To remove Workflow completely from a Kubernetes cluster, run the following:

```
$ helmc uninstall -n deis -y workflow-v2.1.0 # or the installed Workflow version
$ kubectl delete ns deis # Be sure you want to delete the
# Namespace and all its contents!
```

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

## Process
Expand Down

0 comments on commit a5e8416

Please sign in to comment.