-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
OpenShift infrastructure doesn't work on Minishift because of dependency on Docker runtime #6085
Comments
@garagatyi why do we really need to have both OpenShiftft & Docker infrastructures working simultaneously (is there real usecase for this) ? Could we just have some property for choosing infra when che-server is starting |
It is exactly what supposed to be done by this issue |
@garagatyi thanks for clarifications. I was just a bit baffled with the following note:
Was wondering why it is not good enough for the long running solution (not sure that there is a use case where both OpenShiftft & Docker infrastructures need to be working simultaneously) |
My vision is that it is a right solution. On a framework level we should be ready to assembly/test/deploy different assembly. So, my conclusion - having separated Openshift and Docker assembly is normal. |
Related to SPI branch only.
In SPI branch both OpenShift and Docker infrastructures are working.
On MiniShift Docker infra tries to reach Docker API and fails.
This prevents us from testing OpenShift infrastructure on MiniShift.
So, we need some way to Disable Docker infrastructure in this case. Probably, it should be done by some property.
Note that it is supposed to be a temporary solution until we realize the proper way to fix it.
The text was updated successfully, but these errors were encountered: