-
Notifications
You must be signed in to change notification settings - Fork 50
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
piraeus-csi-controller-0 pod pending, insufficient cpu #19
Comments
Use bigger VM's 😄. The https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/deploy/all.yaml:
|
I did @mpepping , i've over-spec'ed them, (you can push kvm a bit with total sum being higher than the host machine & also without swap), with 8 GB of RAM and 4 CPUs, but ended up having the same issue. Indeed, i shall retry, i will do 3 workers, beefed up, to see if i can figure it out. ... and it's a bit strange, as from a linstor perspective, i have it up and running via another implementation (https://github.com/kvaps/kube-linstor) with the same hardware & the same-spec'ed vms. |
Using 8 cpu /w 16GB nodes worked out OK for me, until I ran into #20. Thanks for pointing out kube-linstor, @mariusrugan. Will have a look at that. |
@mpepping |
I believe there is some thing in kubernetes that it reserves resources even though it was not instructed to (i.e. there is no |
I have just updated all.yaml with resource limit set to the minimum requirement. Please try the latest https://raw.githubusercontent.com/piraeusdatastore/piraeus/master/deploy/all.yaml |
|
Hi,
i wanted to test Piraeus and spawned a cluster of 1+4 worker nodes, ubuntu 18.04 on each, running on a kvm/libvrt setup, each 4GB RAM and 2 CPU (below output of /proc/cpuinfo). The host is a 32GB RAM intel nuc with 4 core Intel(R) Core(TM) i5-6260U CPU @ 1.80GHz.
The cluster was spawned for this particular test, no other workload is running, other than flannel.
It seems pod piraeus-csi-controller-0 is Pending due to
Warning FailedScheduling 3m25s (x39 over 53m) default-scheduler 0/5 nodes are available: 5 Insufficient cpu.
wrt to the Piraeus setup some nodes are also Pending as per below:
Warning FailedScheduling 23s (x44 over 56m) default-scheduler 0/5 nodes are available: 1 Insufficient cpu, 4 node(s) didn't match node selector.
Any advice ?
Thanks !
/proc/cpuinfo for the node.
The text was updated successfully, but these errors were encountered: