As the title says I am not able to provision a pvc, the error is:
"no persistent volumes available for this claim and no storage class is set"
And therefore the describe of the elasticsearch pod says:
pod has unbound immediate PersistentVolumeClaims. preemption: 0/6 nodes are available: 6 Preemption is not helpful for scheduling.
The helm chart has default values, I'm on kubernetes v1.25.10+rke2r1 . The csi is longhorn:
NAME PROVISIONER RECLAIMPOLICY VOLUMEBINDINGMODE ALLOWVOLUMEEXPANSION AGE
longhorn (default) driver.longhorn.io Delete Immediate true 79m
Does anyone have idea of what I'm doing wrong or how I could fix this? As I said I installed the operator via helm with default values then installed the eck stack via helm with default values.