Update uninstallation info to include the 'Deleting Confirmation Flag' in chart
longhorn-5250
Signed-off-by: Phan Le <phan.le@suse.com>
(cherry picked from commit 69dcfa5277
)
This commit is contained in:
parent
bbe8eaf4c1
commit
5569b600c6
@ -49,11 +49,13 @@ helm install longhorn longhorn/longhorn --namespace longhorn-system
|
||||
|
||||
With Helm 2 to uninstall Longhorn.
|
||||
```
|
||||
kubectl -n longhorn-system patch -p '{"value": "true"}' --type=merge lhs deleting-confirmation-flag
|
||||
helm delete longhorn --purge
|
||||
```
|
||||
|
||||
With Helm 3 to uninstall Longhorn.
|
||||
```
|
||||
kubectl -n longhorn-system patch -p '{"value": "true"}' --type=merge lhs deleting-confirmation-flag
|
||||
helm uninstall longhorn -n longhorn-system
|
||||
kubectl delete namespace longhorn-system
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user