You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod #6982
I created a new Java project using the odo init command. After initializing new components, I ran the command odo dev However it is giving me the following error
0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 No preemption victims found for the incoming pod.
I want to know do I need to create PersistentVolumeClaims first and define that in generated devfile.yaml
Hi,
I created a new Java project using the
odo initcommand. After initializing new components, I ran the commandodo devHowever it is giving me the following error0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 No preemption victims found for the incoming pod.I want to know do I need to create
PersistentVolumeClaimsfirst and define that in generateddevfile.yaml