#[runpodctl] Error creating a pod with a network volume attached

2 messages · Page 1 of 1 (latest)

glass pond
#

Hi. I am getting an error trying to create a pod with an existing network volume attached. The erroring command:

runpodctl create pod --secureCloud --networkVolumeId=="214w8k0zq1" volumePath="/workspace" --gpuType="NVIDIA GeForce RTX 4090" --imageName="ubuntu:latest"
Error: Something went wrong. Please try again later or contact support.

The same without --networkVolumeId successfully creates a pod with a required GPU and all seems well

runpodctl create pod --secureCloud --templateId="bivpsthgjj" --gpuType="NVIDIA GeForce RTX 4090" --imageName="ubuntu:latest"
pod "6uo7zodkhcvxrr" created for $0.690 / hr

However it is business-critical to launch a pod with the network volume attached. I can start a pod with the same parameters (secure cloud, network volume attached, RTX4090) without an issue

I tried other combinations (omitting --secureCloud option, trying with/without templateId, trying other docker images) - it errors as long as I have networkVolumeId/volumePath in the command

What am I missing?

cedar kiteBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution