You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How is the data cleaning performed on the pv after deleting the pvc
Is this a few scripts to achieve PV data cleaning?
kubectl exec -it pod/production-local-provisioner-local-static-provisioner-br8fh -n test-k8s -- sh
I went into one of the containers and found these scripts in the /scripts directory.Are these scripts used to automatically clean the data on the PV associated backend storage when a PVC is deleted?
As an experiment, I overwrote (i.e., emptied) the /scripts directory of the container and found that deleting the PVC still automatically cleaned up all the data on the filesystem associated with the PV
What is the process of the data cleaning mechanism of the PV, and how does it clean all the data on the file system associated with the PV?
Or to put it this way
How does it use a delete logic to clean up all the data on the file system associated with the PV when it hears that the PVC is deleted?
The text was updated successfully, but these errors were encountered:
Hello everyone,
How is the data cleaning performed on the pv after deleting the pvc
Is this a few scripts to achieve PV data cleaning?
kubectl exec -it pod/production-local-provisioner-local-static-provisioner-br8fh -n test-k8s -- sh
I went into one of the containers and found these scripts in the /scripts directory.Are these scripts used to automatically clean the data on the PV associated backend storage when a PVC is deleted?
As an experiment, I overwrote (i.e., emptied) the /scripts directory of the container and found that deleting the PVC still automatically cleaned up all the data on the filesystem associated with the PV
What is the process of the data cleaning mechanism of the PV, and how does it clean all the data on the file system associated with the PV?
Or to put it this way
How does it use a delete logic to clean up all the data on the file system associated with the PV when it hears that the PVC is deleted?
The text was updated successfully, but these errors were encountered: