-
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
Odo push fails on 3.11 cluster having docker version (18.06.0-ce) running on travis xenial distro #3055
Comments
Xenial distro of travis CI is required to run latest kubernetes cluster. On the other hand we can use older version of minikube but odo push throws error in version of minikube, which has been elaborated in issue : #2928 . However there are some other consequences also of using older version of minikube like lag of latest feature implementation and I am suspecting this could be one of the reason that odo push is not working as expected on older version of minikube. IMO we should move towards latest version minikube and hence xenial distro of travis CI could be one of the solution. Currently we are running our test on travis CI with trusty distro, ubuntu version 14.04. And running the latest minikube needs 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. So, i think we need to think for docker version on xenial distro of travis CI. The default docker version available in Default docker version on
Will check with other docker version on |
@prietyc123 you might need to configure docker daemon to allow unsecured registry on |
Ahh... Thanks for the tips. I will try it out for sure 👍 |
In ubuntu xenial configuring docker daemon |
/kind bug
What versions of software are you using?
Operating System:
All supported
Output of
odo version
:master
How did you run odo exactly?
Running tests jobs on travis CI
Actual behavior
Hitting error https://travis-ci.com/github/openshift/odo/jobs/324857465#L582 and some more different errors in the test running on openshift 3.11 with xenial distro of travis CI.
I am suspecting
oc cluster up
is having compatibility issue with the default docker available on xenial distro causing error like i mentioned above.Expected behavior
Tests associated with openshift should also run on xenial distro of travis CI.
Any logs, error output, etc?
more details of errors : https://github.com/openshift/odo/pull/2913/checks?check_run_id=632261884
The text was updated successfully, but these errors were encountered: