Update README.md
Add the instruction to delete all the PV/PVC resources before uninstalling.
This commit is contained in:
parent
e98caf3583
commit
8f7c94c23d
@ -307,6 +307,8 @@ User can find the setting for the recurring snapshot and backup in the `Volume D
|
|||||||
|
|
||||||
Longhorn store its data in the Kubernetes API server, in the format of CRD. Longhorn CRD has the finalizers in them, so user should delete the volumes and related resource first, give the managers a chance to do the clean up after them.
|
Longhorn store its data in the Kubernetes API server, in the format of CRD. Longhorn CRD has the finalizers in them, so user should delete the volumes and related resource first, give the managers a chance to do the clean up after them.
|
||||||
|
|
||||||
|
Before starting uninstall Longhorn, the user need to delete all the PVC and PV resources which refer to a Longhorn volume in the Kubernetes first. Otherwise Kubernetes may get confused because the underlaying storage is gone but the PV/PVC remains.
|
||||||
|
|
||||||
### 1. Clean up volume and related resources
|
### 1. Clean up volume and related resources
|
||||||
Noted that you would lose all you data after done this. It's recommended to make backups before proceeding if you intent to keep the data.
|
Noted that you would lose all you data after done this. It's recommended to make backups before proceeding if you intent to keep the data.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user