jaegertracing / helm-charts

Helm Charts for Jaeger backend
Apache License 2.0
254 stars 338 forks source link

[Bug]: Helm Install with Elasticsearch fails due to missing directory #584

Open tech1ndex opened 4 weeks ago

tech1ndex commented 4 weeks ago

What happened?

Trying to move to version 3.x.x of this chart with Elasticsearch and it appears as if a new Init Container named copy-default-plugins is being added which is causing ES to fail to start with

+ jaeger-elasticsearch-master-0 › copy-default-plugins
+ jaeger-elasticsearch-master-0 › sysctl
jaeger-elasticsearch-master-0 copy-default-plugins /bin/bash: line 2: /opt/bitnami/scripts/libfs.sh: No such file or directory
- jaeger-elasticsearch-master-0 › copy-default-plugins
- jaeger-elasticsearch-master-0 › sysctl

Steps to reproduce

  1. Install Jaeger chart version 3.0.0 or higher with the following values:
  values:
    provisionDataStore:
      cassandra: false
      elasticsearch: true
    storage:
      type: elasticsearch

Expected behavior

I expect Elasticsearch pods to come up in a healthy state.

Relevant log output

No response

Screenshot

No response

Additional context

No response

Jaeger backend version

No response

SDK

No response

Pipeline

No response

Stogage backend

No response

Operating system

No response

Deployment model

No response

Deployment configs

No response