question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add additional PVC for workspace

See original GitHub issue

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 !

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
metloscommented, Aug 19, 2020

And thank you for the willingness to help us out with this. Much appreciated! Please don’t hesitate to bombard us with further questions 😄

1reaction
yxlwfdscommented, Mar 10, 2021

@svkr2k @metlos do you have some solution for mount NFS to eclipse/che

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found