-
Notifications
You must be signed in to change notification settings - Fork 108
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
No volume created with binding mode "WaitForFirstConsumer" #400
Comments
While searching for
The underlying problem has apparently been fixed last month with #393. |
Well, using the |
@dalbani, would you like to mention your use case in our Adopters.md openebs/openebs#2719. |
fixed via #393 |
Hello,
I wanted to deploy a multi-node workload with anti-affinity rules, so I supposed that I needed to use a storage class with
volumeBindingMode: WaitForFirstConsumer
, right?As mentioned on https://github.com/openebs/zfs-localpv#scheduler:
But if I do that, the 3 ReadWriteOnce PVCs stay on
phase: Pending
and no PV are created.And the 3 pods report:
0/3 nodes are available: 3 node(s) did not have enough free storage.
Environment: 3 node Microk8s cluster (1.22) with ZFS LocalPV (1.9.8).
Workload: stateful set with
requiredDuringSchedulingIgnoredDuringExecution
anti-affinity rule ontopologyKey: kubernetes.io/hostname
.I'm pretty sure that I'm doing something wrong here, but I don't know what.
How could I debug it what's going on by the way?
Thanks for your help!
The text was updated successfully, but these errors were encountered: