-
Notifications
You must be signed in to change notification settings - Fork 63
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
Out of main pod containers #48
Comments
hi, in the comment there is a typo on "runIsnOwnPod" (is/in) alternatives could it be like |
@benoitf thanks. Changed to |
I think we should be careful with the endpoint definitions (#33). If the default endpoint exposure is components:
- container:
image: postgresql
dedicatedPod: true
endpoints:
- name: dbPort
targetPort: 5432 This definition would make the endpoint unreachable from the rest of the workspace (default exposure is |
I'm afraid that using |
@kadel I am ok with your proposal. @davidfestal @elsony what do you think about that? |
I'm wondering whether the semantic of the
So I'd rather start with the |
+1 for the default value of |
Edited the description, discussed and agreed. |
Signed-off-by: David Festal <[email protected]>
Signed-off-by: David Festal <[email protected]>
In current devfile spec there it is not possible to specify if a container will be run as part of the main dev environment pod[1] or if it should run in its own separated pod. In the v2.0.0 spec we would like to add a new field (
dedicatedPod
) that can be applied to container components.[1] In Che the main pod is the pod where the editor and its plugins run.
The text was updated successfully, but these errors were encountered: