You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
Suspicion is that the command isn't getting a stdin -- maybe receptor isn't passing it to the kube api, or the kube api not getting it to the container
The text was updated successfully, but these errors were encountered:
Tried this out with a local minikube setup
I got a hang when trying the following (I see the pod is created and running, but it never terminates)
seq 10 | receptorctl --socket /tmp/foo.sock work submit kubeit --payload - -f --param kube_image=centos:8 --rmif I add in my own
kube_commandit will workseq 10 | receptorctl --socket /tmp/foo.sock work submit kubeit --payload - -f --param kube_image=centos:8 --rm --param kube_command='echo HI'also if I change
authmethodtokubeconfigit will workSuspicion is that the command isn't getting a stdin -- maybe receptor isn't passing it to the kube api, or the kube api not getting it to the container
The text was updated successfully, but these errors were encountered: