Problem:
- PV contents keep re-appearing, even when PV/PVC is removed even when
persistentVolumeReclaimPolicy
is set toDelete
- Underlying docker-desktop VM apparently still has contents
docker run -it --rm --privileged --pid=host justincormack/nsenter1
# From within pod
# Example: clearing postgres data to allow init sql scripts to run
#
# Find it
find ./ -name PG_VERSION
# Delete it
cd /containers/services/02-docker/rootfs
ls -al ./data/postgres
rm -rf ./data/postgres