[kind/bug]
What versions of software are you using?
- Operating System: Fedora 29
- Output of
odo version:
odo v0.0.17 (1d10127b)
Server: https://192.168.42.64:8443
Kubernetes: v1.11.0+d4cacc0
How did you run odo exactly?
I was following the "deploy an application using ODO" section on the readme, but instead of using the nodejs-ex example, i used one of the RHOAR Node.js Starter Applicaitons, https://github.com/nodeshift-starters/nodejs-rest-http, which is just a very basic express app.
after doing odo push, i get "failed to push to component", i then re-ran that with --v=9 and those logs are here:
https://gist.github.com/lholmquist/6bd5093c4aa46af9a5cfa7a0c4352102
Not really sure what is happening
minishift version is minishift v1.27.0+707887e
Actual behavior
failing to push my app to openshift
Expected behavior
I would expect that my node.js app should be deployed
Any logs, error output, etc?
[kind/bug]
What versions of software are you using?
odo version:How did you run odo exactly?
I was following the "deploy an application using ODO" section on the readme, but instead of using the nodejs-ex example, i used one of the RHOAR Node.js Starter Applicaitons, https://github.com/nodeshift-starters/nodejs-rest-http, which is just a very basic express app.
after doing
odo push, i get "failed to push to component", i then re-ran that with --v=9 and those logs are here:https://gist.github.com/lholmquist/6bd5093c4aa46af9a5cfa7a0c4352102
Not really sure what is happening
minishift version is
minishift v1.27.0+707887eActual behavior
failing to push my app to openshift
Expected behavior
I would expect that my node.js app should be deployed
Any logs, error output, etc?