Update README.md
Add uninstall command
This commit is contained in:
parent
1dd3618256
commit
fa60ab7b21
@ -205,6 +205,14 @@ instead of
|
|||||||
in the last part of the Longhorn system deployment yaml file.
|
in the last part of the Longhorn system deployment yaml file.
|
||||||
See [Troubleshooting](#troubleshooting) for details.
|
See [Troubleshooting](#troubleshooting) for details.
|
||||||
|
|
||||||
|
## Uninstall Longhorn
|
||||||
|
|
||||||
|
Two commands will be needed to uninstall Longhorn from your Kubernetes cluster, since Kubernetes' `CustomResourceDefiniton` has been used.
|
||||||
|
```
|
||||||
|
kubectl delete -f deploy/example.yaml
|
||||||
|
kubectl delete crd -l longhorn-manager
|
||||||
|
```
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
### Volume can be attached/detached from UI, but Kubernetes Pod/Deployment etc cannot use it
|
### Volume can be attached/detached from UI, but Kubernetes Pod/Deployment etc cannot use it
|
||||||
|
Loading…
Reference in New Issue
Block a user