-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Can't get DirectPV 3.2.2 to work with K8s 1.25.4 or 1.26.0. (DirectPV doesn't yet support K8s 1.26.0, but for the record, I had the same problem.) It looks like DirectPV can't bind volumes or pods should specify some kind of node affinity to help K8s schedule.
Steps to reproduce
- Do a fresh install of our Qemu dev VM and start the VM.
- Install DirectPV:
kubectl directpv install --image 'directpv:v3.2.2' - Format the two empty volumes:
kubectl directpv drives format --drives /dev/sda2,/dev/sda3 --nodes devm kubectl apply -fthe MinIO example DirectPV provide: https://github.com/minio/directpv/blob/master/minio.yaml- K8s can't schedule the
minio-0b/c it can't find any available persistent volumes to bind.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels