When deployment SPS, there should be an option to provision an optional PVC of desired size. This is needed to support large data processing like in the case of the CHIRP workflow, which requires processing of 16 days of data at one time.
The PVC should be backed up by EBS, and be mounted in all the containers of the Verdi pod: the Verdi container and the Docker-In-Docker container. Maybe use a mounting point as /stage or /cache.
Apparently mounting a PVC on every single node is not supported for a Kubernetes DaemonSet deployment, so we ended up mounting a common EFS partition on all worker nodes for the time being.
When deployment SPS, there should be an option to provision an optional PVC of desired size. This is needed to support large data processing like in the case of the CHIRP workflow, which requires processing of 16 days of data at one time.
The PVC should be backed up by EBS, and be mounted in all the containers of the Verdi pod: the Verdi container and the Docker-In-Docker container. Maybe use a mounting point as /stage or /cache.