kale icon indicating copy to clipboard operation
kale copied to clipboard

Help setting up volumes to access data

Open OnTheRicky opened this issue 4 years ago • 2 comments

I have Kale in a custom notebook image on kubeflow and not using miniKF/Rok. There is no documentation, so I'm a little stuck on how to set things up so I can run a pipeline that can access data?

OnTheRicky avatar Apr 20 '20 16:04 OnTheRicky

Hi @OnTheRicky , in order to access data in our pipeline steps you need to mounts a pvc in the pipelines steps. Have you tried using the Volumes form of the Kale panel to mount a PVC that contains our data?

Can tell me what you have tried and what went wrong?

StefanoFioravanzo avatar Apr 27 '20 14:04 StefanoFioravanzo

Hey @StefanoFioravanzo, same issue here. I tried using the volumes form of the kale panel for both reusing existing volumes and creating new ones, without any luck. The workload pods of the pipeline show up without the specified volumes. Any debug pointers? Btw any way I can deploy rok by hand? (On prem, no vagrant allowed because of security risks)

Edit: till now I've only tried this on a kind cluster. Everything but the volumes bit works fine. Don't think we can deploy without the volumes part though.

rmguy avatar Feb 15 '21 18:02 rmguy