Add additional PVC for workspace
See original GitHub issueDear 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 !
Issue Analytics
- State:
- Created 3 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Chapter 4. Configuring CodeReady Workspaces
Existing PVC will be used or new one will be created if it doesn't exist. - 'unique' Separate PVC for each workspace's volume...
Read more >Persistent volume and claims in kubernetes workspace
A PersistentVolumeClaim (PVC) is a request for storage by a user. It is similar to a pod. Pods consume node resources and PVCs...
Read more >Workspaces :: Tekton Tutorial
In OpenShift cluster the default storage class varies based on the underlying cloud platform. Refer to OpenShift Documentation to know more. Create PVC....
Read more >Workspaces - Tasks and Pipelines - Tekton
To configure one or more Workspaces in a Task , add a workspaces list with each entry using the following fields: name -...
Read more >Pipelines | CI/CD | OpenShift Container Platform 4.8
Workspaces help tasks share data, and allow you to specify one or more volumes that each task in the pipeline requires during execution....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
And thank you for the willingness to help us out with this. Much appreciated! Please don’t hesitate to bombard us with further questions 😄
@svkr2k @metlos do you have some solution for mount NFS to eclipse/che