Here is my file -
apiVersion: elasticsearch.k8s.elastic.co/v1alpha1
kind: Elasticsearch
metadata:
name: jaeger-elasticsearch
namespace: test
spec:
image: phx.ocir.io/<>/elasticsearch/elasticsearch:7.3.2
version: 7.3.2
nodes:
- nodeCount: 1
config:
node.master: true
node.data: true
node.ingest: true
I've verified that the image exists and does not require secrets for pull.
After installation I see this -
NAME HEALTH NODES VERSION PHASE AGE
jaeger-elasticsearch 7.3.2 Invalid 6m
Can someone pls help ? How do I debug/get logs as to what's going on ?