We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d604f7e + a5e8416 commit de0e498Copy full SHA for de0e498
1 file changed
src/managing-workflow/upgrading-workflow.md
@@ -28,14 +28,6 @@ The Workflow Chart marks the "deis" Kubernetes `Namespace` and the `Service`
28
for the registry and router as keepers. This leaves the external `LoadBalancer`
29
intact so routing and DNS are preserved while reinstalling Workflow.
30
31
-To remove Workflow completely from a Kubernetes cluster, run the following:
32
-
33
-```
34
-$ helmc uninstall -n deis -y workflow-v2.1.0 # or the installed Workflow version
35
-$ kubectl delete ns deis # Be sure you want to delete the
36
- # Namespace and all its contents!
37
38
39
See the Helm Classic documentation for more detail about [keeper manifests].
40
41
## Process
0 commit comments