2fb60c60f3
The kubectl run --rm -i stdin pipe times out in the ARC runner environment. Replace with a Kubernetes Job that receives the plugin tarball as base64-encoded data in the container command. This avoids the unreliable attach/stdin mechanism entirely. Co-Authored-By: Paperclip <noreply@paperclip.ing>