vck
vck copied to clipboard
Add a garbage collector.
The responsibilities of the garbage collector might be the following:
- Evict data, PVs and PVCs in case of disk pressure.
- Use a simple algorithm such as LRU.
- Delete orphaned PVs, PVCs and Pods.
This is not an exhaustive list.