k8s.io/kubernetes@v1.29.3/test/images/volume/iscsi/README.md (about) 1 # iSCSI target container for testing. 2 3 Inspired by https://github.com/rvykydal/dockerfile-iscsid 4 5 * The container needs /lib/modules from the host to insert appropriate 6 kernel modules for iscsi. This assumes that these modules are installed 7 on the host! 8 9 * The container needs to run with docker --privileged 10 11 block.tar.gz is a small ext2 filesystem created by `create_block.sh` (run as root!) 12