runpodctl icon indicating copy to clipboard operation
runpodctl copied to clipboard

🧰 | RunPod CLI for pod management

Results 57 runpodctl issues
Sort by recently updated
recently updated
newest added

The makefile 'version' target was writing "1.0.0-test" to a file called "VERSION" (uppercase), which caused issues on case-insensitive filesystems (macOS/Windows) where it would overwrite the git-tracked "version" file (lowercase) that...

https://github.com/runpod/runpodctl/blob/831491bcbc3cb7b640107da897b7d3f66c3a6f51/cmd/pod/createPod.go#L62 If the value contains an equals, then the count will be greater than two and the value rejected as per the referenced code. Example use case where using nvidia...

After installing latest version of runpodctl, I was getting error while using API: ``` net/http: invalid header field value for "User-Agent" ``` After debugging I found out that the error...

I'm trying to create new project, from scratch: - runpodctl project create - runpodctl project dev But I have next errors: Waiting for Pod to come online... Project test_3 Pod...

# E-XXXX: Title of Pull Request One to two-sentence summary goes here. ## How I tested it

Hi RunPod team, I’m building a remote controller (O/S∞L) to automatically start and stop persistent pods — specifically for AUTOMATIC1111 (web UI on port 7860). I’d like to confirm: -...

Why is there no global networking option?