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
Related to SPI branch only.
Current OpenShift spi implementation creates Routes that are specified in OpenShift recipe type, but does not resolve them as servers.
It doesn't make sense to create them while they are not resolved as servers and their publicly accessible URLs are not returned by Workspace API.
As it was decided not to expose automatically something (ports in dockerimage, dockerfile, etc) as servers It is needed to modify current approach with following changes:
Do not create Routes that are specified in recipe by user;
If Routes are present in OpenShift Recipe, add a warning(to InternalRuntime warnings list) that they will be ignored. It also could contain information that user can define a server in workspace config to expose a container port.
The text was updated successfully, but these errors were encountered:
sleshchenko
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Sep 13, 2017
sleshchenko
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
labels
Sep 14, 2017
Related to SPI branch only.
Current OpenShift spi implementation creates Routes that are specified in OpenShift recipe type, but does not resolve them as servers.
It doesn't make sense to create them while they are not resolved as servers and their publicly accessible URLs are not returned by Workspace API.
As it was decided not to expose automatically something (ports in dockerimage, dockerfile, etc) as servers It is needed to modify current approach with following changes:
The text was updated successfully, but these errors were encountered: