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 step is in Error state with this message: failed to save outputs: Failed to determine pid for containerID 65e682ea2e3e8102b395f608f15f21b1ab56a021cfe5f1d741c4ed20e463c50a: container may have exited too quickly
even though the main container finished successfully.
There is a problem with the PNSExecutor#updateCtrIDMap.
The map after update contains the entry with key: crio-7a92a067289f6197148912be1c15f20f0330c7f3c541473d3b9c4043ca137b42.scope.
In other words the container ID is incorrectly parsed. It should be: 7a92a067289f6197148912be1c15f20f0330c7f3c541473d3b9c4043ca137b42
What you expected to happen:
Step was expected to finish successfully. Container ID should be recognised as 65e682ea2e3e8102b395f608f15f21b1ab56a021cfe5f1d741c4ed20e463c50a
This step is in Error state with this message: failed to save outputs: Failed to determine pid for containerID 65e682ea2e3e8102b395f608f15f21b1ab56a021cfe5f1d741c4ed20e463c50a: container may have exited too quickly
Checklist:
What happened:
I experience issues with PNS executor on CRI-O (OpenShift 4.2).
Any run (including https://github.com/argoproj/argo/blob/master/examples/artifact-passing.yaml) fails with:
even though the main container finished successfully.
There is a problem with the
PNSExecutor#updateCtrIDMap
.The map after update contains the entry with key:
crio-7a92a067289f6197148912be1c15f20f0330c7f3c541473d3b9c4043ca137b42.scope
.In other words the container ID is incorrectly parsed. It should be:
7a92a067289f6197148912be1c15f20f0330c7f3c541473d3b9c4043ca137b42
PR fixing this issue: #2096
What you expected to happen:
Step was expected to finish successfully. Container ID should be recognised as
65e682ea2e3e8102b395f608f15f21b1ab56a021cfe5f1d741c4ed20e463c50a
How to reproduce it (as minimally and precisely as possible):
Install kubeflow on OpenShift 4.2 and run sample pipeline like:
https://github.com/argoproj/argo/blob/master/examples/artifact-passing.yaml
Anything else we need to know?:
Environment:
Other debugging information (if applicable):
Message from the maintainers:
If you are impacted by this bug please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.
The text was updated successfully, but these errors were encountered: