This message was deleted.
# elemental
a
This message was deleted.
c
Did you build any images before? Message says you ran out of storage - I solved this by removing seed images that are no longer needed (because they are older than one hour)
b
no fresh rancher cluster setup i expanded disk size to have more then 30GB free storage rke2 cluster Capacity: cpu: 4 ephemeral-storage: 4046560Ki hugepages-1Gi: 0 hugepages-2Mi: 0 memory: 7660860Ki pods: 110 Allocatable: cpu: 4 ephemeral-storage: 3936493565 hugepages-1Gi: 0 hugepages-2Mi: 0 memory: 7660860Ki pods: 110
c
maybe give it a bit more. I'm running 100G disks per worker node and it was barely enough
That's just about 4GB of ephemeral storage, definitely not enough for an image build
did you restart the kubelets after increasing the disks?
b
not yet will try that first 🙈
ok finally got it solved , it seems that the ephemeral storages is under /var/lib/kubelet so I created some space on that location , restart rke2 , solved
👍 1