-
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
Add additional PVC for workspace #17653
Comments
I would also look into |
And thank you for the willingness to help us out with this. Much appreciated! Please don't hesitate to bombard us with further questions 😄 |
Thank you @metlos for encouraging ... |
@svkr2k how this feature will work? What if we use the same approach as we use with secrets? If PV exists in the namespace with some labels we can mount it to the workspace? See https://www.eclipse.org/che/docs/che-7/mounting-a-secret-as-a-file-or-an-environment-variable-into-a-workspace-container/ |
Thank you for letting me know your thoughts, @skabashnyuk The approach for prototype (che on minikube) that I'm going to try is as follows:
Hope this sounds okay ? |
@svkr2k ,hi, how is the result? |
What about A volume that is going to be mounted to the all containers of the workspace pod.
A volume that is going to be mounted to the specific container of the workspace pod.
CC @mshaposhnik @l0rd @metlos @sparkoo Wdyt? |
@skabashnyuk metadata:
BTW , |
Did you implement that in the che-server code? #17653 (comment) this is a proposal for configuration. It's not implemented yet.
yes. Similar to the secrets mount path see https://www.eclipse.org/che/docs/che-7/mounting-a-secret-as-a-file-or-an-environment-variable-into-a-workspace-container/
I don't know. Probably none. |
@skabashnyuk And , another confusing problem , that is , what is the recommended size limit of the workspace container . |
I havent got a chance to implement it yet. Had a look at the code for a couple of days and as I'm not familiar with che server code, I believe that I will need more help in understanding where to start ... :-) |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Dear forum members,
I'm running che in Minikube. I have a Persistent Volume (PV) created within the minikube single node.
and would like to access this PV from within my workspace. As this is not currently supported, I would like to try implementing it with your guidance.
Kindly provide me guidance on where I need to look to make changes to the code.
So far, I have seen the code in
infrastructures/kubernetes/src/main/java/org/eclipse/che/workspace/infrastructure/kubernetes
.I have read
UniqueWorkspacePVCStrategy
,PVCProvisioner.java
, etc.@skabashnyuk , forum members recommended that I get in touch with you regarding this. Thank you !
The text was updated successfully, but these errors were encountered: