runpodctl
runpodctl copied to clipboard
🧰 | RunPod CLI for pod management
# E-XXXX: Add startSSH pod create option Adds the ability to start the SSHd server when creating pods, to enable ssh login. ## How I tested it 1. Used go...
# E-XXXX: add dataCenterId pod create option Adds the ability to control the specific datacenter a pod is to be created in. ## How I tested it 1. Used go...
The container disk / volume mount path / volume size are not applied even though they are already defined in the template.
When defining the template in the Runpod UI we already specify imageName. The --imageName parameter should not be required when trying to create a pod from the CLI.
Hello, I am facing an issue configuring runpodctl on Ubuntu. When I run the command: ```runpodctl config --apiKey ``` I receive the following response: ```Runpod config file not found, please...
Dear Maintainers, I am trying to deploy CPU pod (for testing), and as much as tool seems working with GPU pods, for CPU pods I get: `Error: required flag(s) "gpuType"...
I am trying to create a pod with a specific GPU type (example: NVIDIA H100 NVL) from the command line like this: `runpodctl create pod --gpuType "NVIDIA H100 NVL" --imageName...
When doing `runpodctl send folder_name` from a windows box to a linux box, when the linux side extracts the zip, the files are extracted as `folder_name\file_name.jpg`. expected behavior would be...
# Create Spot Pod The create command can only create on-demand pods at the moment since it uses `podFindAndDeployOnDemand` in the GraphQL API underneath. If we want to create spot...
**Description:** I'm encountering a panic error when using runpodctl for file transfers. The error occurs during the sendData function in the croc package. Below is the stack trace: ``` goroutine...