Skip to content
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

Kale enabled kubeflow pipeline giving error during execution #402

Open
Anushka30 opened this issue Jan 27, 2022 · 2 comments
Open

Kale enabled kubeflow pipeline giving error during execution #402

Anushka30 opened this issue Jan 27, 2022 · 2 comments

Comments

@Anushka30
Copy link

jupyterlab==2.3.2
kubeflow-kale==0.7.0
K8s = v1.19.3

The very first pipeline component's pod is giving the following error:
Error: error while running "VolumeBinding" prebind plugin for pod "fraud-detection-ssfbx-3356273866": Failed to bind volumes: provisioning failed for PVC "fraud-detection-ssfbx-kale-marshal-pvc"

@Anushka30
Copy link
Author

any fixes for above issue?

@SanderRednas
Copy link

SanderRednas commented Oct 19, 2022

any fixes for above issue?

The problem is likely the storage class you are using, when you run:
kubectl -n <"yournamespace"> describe pvc <"pvcname">

you can see details on the problem. In my case it was this:
Failed to provision volume with StorageClass "gp2": invalid AccessModes [ReadWriteMany]: only AccessModes [ReadWriteOnce] are supported

So I guess you either have to change the accessmode or the storageclass, havent figured this part out yet ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants