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

odo push for devfile fails with container is not created #2743

Closed
mik-dass opened this issue Mar 23, 2020 · 3 comments
Closed

odo push for devfile fails with container is not created #2743

mik-dass opened this issue Mar 23, 2020 · 3 comments
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug.

Comments

@mik-dass
Copy link
Contributor

mik-dass commented Mar 23, 2020

/kind bug

How did you run odo exactly?

  • normal odo push with a devfile
  • oc delete deployments nodejs-ex && odo push

Actual behavior

[mrinaldas@localhost nodejs-ex]$ odo push
• Push devfile component nodejs-ex ...
✓ Checking files for pushing [37ms]
✓ Waiting for component to start [584ms]
✗ Syncing files to the component [17s]
✗ Failed to start component with name nodejs-ex.
Error: Failed to create the component: Failed to sync to component with name nodejs-ex: error while streaming command: Internal error occurred: error executing command in container: container is not created or running

Expected behavior

Successful push

@mik-dass mik-dass added the area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. label Mar 23, 2020
@openshift-ci-robot openshift-ci-robot added the kind/bug Categorizes issue or PR as related to a bug. label Mar 23, 2020
@johnmcollier
Copy link
Member

johnmcollier commented Mar 23, 2020

This looks to be the same error that @adisky reported on Slack, but with a different devfile. @mik-dass if you pull down Tomas' branch from #2731 are you able to reproduce?

I'm wondering too, if you run kubectl get deployments, does a deployment exist? And what's the status of any pods that get created too?

@mik-dass
Copy link
Contributor Author

if you pull down Tomas' branch from #2731 are you able to reproduce?

#2731 seems to have resolved the issue. Thanks.

/close

@openshift-ci-robot
Copy link
Collaborator

@mik-dass: Closing this issue.

In response to this:

if you pull down Tomas' branch from #2731 are you able to reproduce?

#2731 seems to have resolved the issue. Thanks.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devfile-spec Issues or PRs related to the Devfile specification and how odo handles and interprets it. kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

3 participants