LiYang

Results 1 comments of LiYang

# Make a bind mount (so we can remount it idmapped) sudo mkdir -p /mnt/bind-copy sudo mount --bind /mnt/local-copy /mnt/bind-copy # K8s Pod spec uses this bind-mounted path: ``` volumes:...