No persistent volumes available for this claim on kubernetes

I'm trying to set up elasticsearch on kubernetes with Helm(helm install elasticsearch elastic/elasticsearch -n efk). I get the error "no persistent volumes available for this claim and no storage class is set".
In my kubernetes there is no any storageclass

how can i solve

Events log

LAST SEEN           TYPE      REASON               OBJECT                                                              MESSAGE
18s (x2 over 18s)   Normal    NoPods               PodDisruptionBudget/elasticsearch-master-pdb                        No matching pods found
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Claim elasticsearch-master-elasticsearch-master-2 Pod elasticsearch-master-2 in StatefulSet elasticsearch-master success
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Pod elasticsearch-master-1 in StatefulSet elasticsearch-master successful
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Claim elasticsearch-master-elasticsearch-master-1 Pod elasticsearch-master-1 in StatefulSet elasticsearch-master success
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Pod elasticsearch-master-0 in StatefulSet elasticsearch-master successful
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Claim elasticsearch-master-elasticsearch-master-0 Pod elasticsearch-master-0 in StatefulSet elasticsearch-master success
18s                 Normal    SuccessfulCreate     StatefulSet/elasticsearch-master                                    create Pod elasticsearch-master-2 in StatefulSet elasticsearch-master successful
18s                 Warning   FailedScheduling     Pod/elasticsearch-master-0                                          0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.
18s                 Warning   FailedScheduling     Pod/elasticsearch-master-1                                          0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.
18s                 Warning   FailedScheduling     Pod/elasticsearch-master-2                                          0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.
16s                 Warning   FailedScheduling     Pod/elasticsearch-master-0                                          0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.
16s                 Warning   FailedScheduling     Pod/elasticsearch-master-1                                          0/4 nodes are available: 4 pod has unbound immediate PersistentVolumeClaims. preemption: 0/4 nodes are available: 4 Preemption is not helpful for scheduling.
8s (x2 over 18s)    Normal    FailedBinding        PersistentVolumeClaim/elasticsearch-master-elasticsearch-master-0   no persistent volumes available for this claim and no storage class is set
8s (x2 over 18s)    Normal    FailedBinding        PersistentVolumeClaim/elasticsearch-master-elasticsearch-master-2   no persistent volumes available for this claim and no storage class is set
8s (x2 over 18s)    Normal    FailedBinding        PersistentVolumeClaim/elasticsearch-master-elasticsearch-master-1   no persistent volumes available for this claim and no storage class is set

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.