Add a dummy CSI driver that can be used for testing controller/sidecar interactions
nixpanic opened this issue · comments
Niels de Vos commented
By using a dummy CSI-driver that implements CSI-Addons operations for known names of PVCs, it should be possible to test the whole process from user-input to updates status in the CRs.
This fake CSI-driver does not need to use any actual storage. It can just return success/failed responses without doing anything.
Niels de Vos commented
Instead of writing a fake CSI-driver, csi-driver-host-path can probably be used.