Unable to install Elasticsearch using Helm chart

I am trying to setup Elasticsearch on multi node Kubernetes cluster. I did create the storage class, after that i installed the Elasticsearch using Helm.

helm repo add elastic https://helm.elastic.co
helm repo update

helm install myelastic elastic/elasticsearch

I could see the PVC and all the resources are in pending state.

Normal FailedBinding 4m15s (x42 over 14m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set

I did pass the value for storage class as standard.

Am i missing any steps? please advise.

Welcome to our community! :smiley:

I can't directly help you as I don't know helm, but it'd be good if you shared the helm config and the logs you are seeing for the deployment.