runpodctl
runpodctl copied to clipboard
🧰 | RunPod CLI for pod management
I'm trying to start a pod using the cli by doing: ``` runpodctl start pod ``` but I'm getting the error: `Error: Cannot resume a spot pod as an on...
# Add gpuCount argument ## Related: - #156: can't start spot pod using the cli ## Description The start StartSpotPod endpoint is missing the gpuCount argument, causing it to not...
In line 21 of `cmd/exec/functions.go` instead of just executing the default python version in the container by using `python3`, `python3.11` is used. This is a problem when using most of...
## steps 1. spin up the default CPU docker template on runpod.io 2. run `runpodctl version` -> "runpodctl v1.8.0" 3. run the command from README: `wget -qO- cli.runpod.net | sudo...
I have a use case where a pod executes work and should automatically exit. The current behaviour is that pods restart after the ENTRYPOINT command has ended. This forces me...
Seems like some core functionality is missing, if its not its poorly documented. Is it possible to get runpodctl to return json?
# E-XXXX: Add SSH connect string subcommand Adds the ability for the ssh subcommand to show the connect string for a given pod, or all of them. ## How I...
# E-XXXX: Add location to pod fields displayed Adds the pod location as a field when issuing "get pod -a" so users know where a given pod is running. ##...
In the Web Console we can see where a pod is running, but not using the CLI. It would be great if the CLI would output that information, so that...