Update chart doc with new uninstallation procedure

This commit is contained in:
James Oliver 2018-11-09 15:43:52 -07:00 committed by Sheng Yang
parent 1daa7c9f93
commit d83129c600

View File

@ -23,13 +23,7 @@ Longhorn is 100% open source software. Project source code is spread across a nu
1. To prevent damage to the Kubernetes cluster, we recommend deleting all Kubernetes workloads using Longhorn volumes (PersistentVolume, PersistentVolumeClaim, StorageClass, Deployment, StatefulSet, DaemonSet, etc).
2. From the `Cluster` tab, click `Launch kubectl` and run this command:
```
curl -sSfL https://raw.githubusercontent.com/rancher/longhorn-manager/master/deploy/scripts/cleanup.sh | bash
```
3. Delete Longhorn App from Rancher UI. This deletes the remaining chart components.
2. From Rancher UI, navigate to `Catalog Apps` tab and delete Longhorn app.
## Troubleshooting