Skip to content
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

Enable singlehost strategy to not be ingress-bound #17059

Closed
metlos opened this issue Jun 2, 2020 · 1 comment
Closed

Enable singlehost strategy to not be ingress-bound #17059

metlos opened this issue Jun 2, 2020 · 1 comment
Assignees
Labels
area/che-server kind/task Internal things, technical debt, and to-do tasks to be performed.
Milestone

Comments

@metlos
Copy link
Contributor

metlos commented 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.

@metlos metlos added kind/task Internal things, technical debt, and to-do tasks to be performed. team/platform and removed kind/task Internal things, technical debt, and to-do tasks to be performed. labels Jun 2, 2020
@che-bot 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 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
@metlos metlos self-assigned this Jun 2, 2020
@sparkoo sparkoo assigned sparkoo and unassigned metlos Jul 15, 2020
@skabashnyuk skabashnyuk added this to the 7.17 milestone Jul 15, 2020
@sparkoo
Copy link
Member

sparkoo commented Jul 31, 2020

fixed by #17430

@sparkoo sparkoo closed this as completed Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/che-server kind/task Internal things, technical debt, and to-do tasks to be performed.
Projects
None yet
Development

No branches or pull requests

5 participants