You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Che server needs to be updated to support single host strategy on OpenShift.
Because this implementation will not be based on ingresses (or routes) we need to insert another layer of indirection in our workspace provisioning code that will hide the details of how workspace is exposed from the "upper layers".
Currently the ExternalServerExposer is directly involved in creating ingresses/routes but this will no longer be the case. The API of the exposer probably need not change but it will have to delegate to yet another layer of provisioning code.
che-bot
added
the
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
label
Jun 2, 2020
metlos
added
kind/task
Internal things, technical debt, and to-do tasks to be performed.
and removed
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Jun 2, 2020
Che server needs to be updated to support single host strategy on OpenShift.
Because this implementation will not be based on ingresses (or routes) we need to insert another layer of indirection in our workspace provisioning code that will hide the details of how workspace is exposed from the "upper layers".
Currently the
ExternalServerExposer
is directly involved in creating ingresses/routes but this will no longer be the case. The API of the exposer probably need not change but it will have to delegate to yet another layer of provisioning code.This is a subtask of #12914.
The text was updated successfully, but these errors were encountered: