porter-archive icon indicating copy to clipboard operation
porter-archive copied to clipboard

Allow Remote Execution on Jobs

Open sunguroku opened this issue 3 years ago • 0 comments

Location

  • [ ] Browser
  • [x] CLI
  • [x] API

Requirements

It should be possible to run remote execution on Jobs. porter run [JOB_NAME] -- [COMMAND] should execute on the main pod (not the sidecar one).

Additional Details

This would need extra care on implementing graceful exit/error when the job completes and the pod disappears while remote execution is happening.

sunguroku avatar May 27 '21 20:05 sunguroku