-
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
How to develop Multi-Pod workspace #16850
Comments
@haiye1018 Che 7 architecture differs from Che 6 one and described here: https://www.eclipse.org/che/docs/che-7/che-workspaces-architecture/ Unfortunately according to the doc I see no way to configure Multi-Pod workspace, but maybe someone can correct me if I'm wrong. |
@haiye1018 Currently Che does not support running multiple pods for one workspace, the main reason of such limitation - RWO PVC access mode. We have an issue for support RWM with multiple pods but not much progress on that #11476. Probably this will speed up when #15384 will be solved. BTW Could you elaborate more why merging all containers into a single pod does not work for you? Probably I'm able to suggest how to work around issues you faced with single pod in the end when you configure multiple in devfile. |
Thanks for your help. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
I want to develop microservice app using Eclipse che deployed in k8s, as you know, all containers defined in one devfile are deployed in one k8s pod, this will get some difficult. In the che document, I guess one workspace pod is one k8s pod, but i find the post,
Yevhen's workspace has Machines, Installers, Servers menu, Anyone who know how to get this style workspace?
this is my devfile, these container will be in one k8s pod,
The text was updated successfully, but these errors were encountered: