k8s work unit fails because container exited before attaching stdin stream · Issue #489 · ansible/receptor · GitHub
More Web Proxy on the site http://driver.im/
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.Dismiss alert
This bug occurs occasionally while running make test.
Here is the work unit status from the following functional test TestWork/kube_worker/work_submit_while_remote_node_is_down
{
"State": 3,
"Detail": "Stream error running pod: stdin: Internal error occurred: error attaching to container: container is in CONTAINER_EXITED state, stdout: http2: response body closed",
"StdoutSize": 10,
"WorkType": "echosleepshort",
"ExtraData": {
"Image": "alpine",
"Command": "sh -c \"for i in `seq 1 5`; do echo $i;done\"",
"Params": ""
}
etc.
}
Interestingly the pod ran and we got back the full stdout (10 bytes). This work unit doesn't even have stdin.
Seems the pod is running and finishing before we can attach a stdin stream, but this stream isn't needed in this case. This work unit should have succeeded.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
This bug occurs occasionally while running make test.
Here is the work unit status from the following functional test
TestWork/kube_worker/work_submit_while_remote_node_is_down
Interestingly the pod ran and we got back the full stdout (10 bytes). This work unit doesn't even have stdin.
Seems the pod is running and finishing before we can attach a stdin stream, but this stream isn't needed in this case. This work unit should have succeeded.
The text was updated successfully, but these errors were encountered: