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
The volume claim is created as well as the volume :
> k --kubeconfig config.yaml get pvc
NAME STATUS VOLUME CAPACITY ACCESS MODES STORAGECLASS AGE
sample-pvc Bound pvc-e8183aa2-61c7-421d-9595-ccbde46382c2 1Gi RWO local-path 40s
> k --kubeconfig config.yaml get pv
NAME CAPACITY ACCESS MODES RECLAIM POLICY STATUS CLAIM STORAGECLASS REASON AGE
pvc-e8183aa2-61c7-421d-9595-ccbde46382c2 1Gi RWO Delete Bound default/sample-pvc local-path 36s
The pod however fails with :
...
status:
conditions:
- lastProbeTime: null
lastTransitionTime: "2024-12-11T14:53:47Z"
message: '0/4 nodes are available: persistentvolumeclaim "sample-pvc" not found.
preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.'
reason: Unschedulable
status: "False"
type: PodScheduled
phase: Pending
qosClass: BestEffort
The text was updated successfully, but these errors were encountered:
I created the following sample app:
The volume claim is created as well as the volume :
The pod however fails with :
The text was updated successfully, but these errors were encountered: