-
Notifications
You must be signed in to change notification settings - Fork 243
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
devfile odo push failed to start component on kubernetes cluster #2928
Comments
assigning this to @elsony, please feel free to assign this to your team. |
@prietyc123 I don't understand this at all :-( The commands that you have in |
@prietyc123 I recently tried nodejs devfile on kubernetes cluster, it is working well. Not Sure what is breaking here. |
/triage needs-information |
I think this is bug in odo with respect to kubernetes cluster. |
Given @adisky can't reproduce this issue, @prietyc123 can you manually try the scenario on your k8s cluster with V styling logging enabled then check what exactly the errors are from the logs? Also FWIW, we will remove |
Yes, I tried manually and it is working fine. I think it is the kubernetes cluster version issue which is running on travis CI. I think I know the exact solution and I can send pr on this. |
@adisky @kadel From the travis log i found that the the issue is being reported on minikube version 0.25.2 which was released 2 years back. Actually we are using the same version on travis CI. I am sure you guys are using latest minikube to verify it manually. If you use the latest minikube version then you won't be able to reproduce it. Currently travis CI with trusty distro has ubuntu version 14.04. To get the latest latest minikube version, distro should have systemd which was added in ubuntu 16.04, therefore we need to bump the ubuntu version to 16.04+ using xenial distro of travis CI. |
/kind bug
What versions of software are you using?
Operating System:
All supported
Output of
odo version
:master
How did you run odo exactly?
Steps to reproduce:
Actual behavior
Its throwing error while
odo push
in starting the component on kuberenetes cluster.NOTE: minikube version 0.25.2 is being used for testing
Expected behavior
The component should get pushed in the deployment directory.
Any logs, error output, etc?
Detailed logs : https://travis-ci.com/github/openshift/odo/jobs/321025144#L617
The text was updated successfully, but these errors were encountered: