Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E0205 14:23:32.599302 16744 v2.go:163] io: read/write on closed pipe error when call odo push for local component #1286

Closed
dgolovin opened this issue Feb 6, 2019 · 0 comments · Fixed by #1287

Comments

@dgolovin
Copy link
Contributor

dgolovin commented Feb 6, 2019

[kind/bug]

What versions of software are you using?

  • Operating System: Windows 10 Pro
  • Output of odo version: 0.0.18

How did you run odo exactly?

$ minishift start
$git clone https://github.com/openshift-evangelists/Wild-West-Frontend
$cd Wild-West-Frontend
$odo create nodejs:latest wild --local  .\Wild-West-Frontend
$odo push

Actual behavior

Pushing changes to component: wild 
 •  Waiting for pod to start  ...
✓  Waiting for pod to start
•  Copying files to component  ...
E0205 14:23:32.599302   16744 v2.go:163] io: read/write on closed pipe
✓  Copying files to component
•  Building component  ...
✓  Building component
✓  Changes successfully pushed to component: wild 

Expected behavior

Pushing changes to component: wild 
 •  Waiting for pod to start  ...
✓  Waiting for pod to start
•  Copying files to component  ...
✓  Copying files to component
•  Building component  ...
✓  Building component
✓  Changes successfully pushed to component: wild 

Any logs, error output, etc?

N/A

Duplicate of #647 odo push failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant