0/3 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/3 nodes are available: 3 No preemption victims found for incoming pod #6983
Replies: 3 comments 3 replies
-
Hi @nishit93-hub,
You shouldn't need to create PVCs first. There are some PVCs that To help investigate, can you please share your
|
Beta Was this translation helpful? Give feedback.
-
Hi, No this is a permanent issue. It tries to provision the volume again after some interval of time. I am attaching the screenshot |
Beta Was this translation helpful? Give feedback.
-
nodes are available: pod has unbound immediate PersistentVolumeClaims |
Beta Was this translation helpful? Give feedback.
-
Hi,
I created a new Java project using the
odo init
command. After initializing new components, I ran the commandodo dev
However 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
PersistentVolumeClaims
first and define that in generateddevfile.yaml
Beta Was this translation helpful? Give feedback.
All reactions