From d83129c600153824542533316a1f105c337499a9 Mon Sep 17 00:00:00 2001 From: James Oliver Date: Fri, 9 Nov 2018 15:43:52 -0700 Subject: [PATCH] Update chart doc with new uninstallation procedure --- docs/chart.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/chart.md b/docs/chart.md index b4ecd1f..ac3d73b 100644 --- a/docs/chart.md +++ b/docs/chart.md @@ -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