Hi,
I am trying to deploy Elastic 8.5.2 on minukube cluster using: Helm, Statefulset & simple Elasticsearch cluster specification.
But all deployments are failing with error: CrashLoopBackOff
Although, deployment for earlier version (7.5.2) is successful.
[testuser@NCI-DPF-D-KNP bin]$ kubectl get pods
NAME READY STATUS RESTARTS AGE
es-cluster-0 0/1 CrashLoopBackOff 3 (48s ago) 43m
es-cluster-1 0/1 CrashLoopBackOff 3 (27s ago) 4m8s
es-cluster-2 0/1 Error 3 (75s ago) 3m52s
quickstart-es-default-0 0/1 Init:ImagePullBackOff 0 21m
I have tried a lot to debug, but still pods are failing with above error for latest Elastic version.
Please help!!