[Bug]: Jaeger operator ignores --es.num-replicas=0 #2321
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
I have externally setup single node elasticsearch using
eck-stack
operator and am trying to ingrate jaeger with elasticsearch storage. I see thatjaeger-span-*
andjaeger-service-*
indices are created with default replica count of1
. That means--es.num-replicas: 0
is being ignored.I believe that this is happening due to this line: https://github.com/jaegertracing/jaeger-operator/blob/main/pkg/storage/elasticsearch.go#L263
Steps to reproduce
Jager instance yaml file
Expected behavior
es.num-replicas=0
should be respected.Relevant log output
No response
Screenshot
Additional context
No response
Jaeger backend version
1.46.0
SDK
No response
Pipeline
No response
Stogage backend
Elasticsearch
Operating system
Linux
Deployment model
Kubernetes
Deployment configs
No response
The text was updated successfully, but these errors were encountered: