monstertruckrally_
Predict SSH over TCP command predicting <username> - trying to automate pulling a repo at pod deploy
I want to pull a git repo into the workspace of a pod as it is deployed,
i am trying to ssh into a pod without accessing the gui, i know the command has a typical form ssh <username>@<runpodproxy> -i (path to ssh). I do not know how <username> is generated. I can tell that the <username> is <[podID]-[string]>. Anyone know what the [string] is? is it predictable or otherwise associated with the pod?
I am also looking into the runpodctl exec python [file] [pod id] command, any suggestions would be appreciated.
2 replies