Code Monkey home page Code Monkey logo

Comments (8)

carrodher avatar carrodher commented on July 18, 2024

I'm not able to reproduce your issue using the latest Helm chart (21.0.1, with appVersion: 8.13.2). Could you reproduce it by using the latest version?

from charts.

Jancis avatar Jancis commented on July 18, 2024

I have the same issue with 21.0.1.

copy-default-plugins /opt/bitnami/scripts/libfs.sh: line 61: 1: missing directory

from charts.

dgomezleon avatar dgomezleon commented on July 18, 2024

Hi @Jancis ,

Did it happen on a fresh installation or during an upgrade? Are you using any custom values?

from charts.

Jancis avatar Jancis commented on July 18, 2024

Fresh install, values below. Don't know if it changes anything but i use it as a subchart, 7.x image works, 6.x and 8.x yields the error above. I did doublecheck there ain't any lingering pv's and pvc's before installation.

elasticsearch:
  image:
    # tag: 6.8.23
    # tag: 7.17.20
    tag: 8.12.1-debian-11-r3
    # tag: 8.6.2
  master:
    replicaCount: 1
  coordinating:
    replicaCount: 1
  data:
    replicaCount: 1
  ingest:
    replicaCount: 1

Update: and I don't think it is relevant in this case, but I have override for elasticsearch.service.name

{{- define "elasticsearch.service.name" -}}
{{ .Release.Name }}-es
{{- end -}}

from charts.

dgomezleon avatar dgomezleon commented on July 18, 2024

I see,

It works fine for the latest version (debian-12). For debian-11 I would recommend using the latest released tag 8.12.1-debian-11-r20, to create a custom image with all the changes applied (using it directly you will find this error:

/opt/bitnami/scripts/elasticsearch/entrypoint.sh: line 24: DB_DEFAULT_CONF_DIR: unbound variable

Note that we only release Debian-12 since February.

I hope it helps.

from charts.

github-actions avatar github-actions commented on July 18, 2024

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

from charts.

github-actions avatar github-actions commented on July 18, 2024

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

from charts.

adiii717 avatar adiii717 commented on July 18, 2024

broken for me using latest helm chart, here is how to reproduce

clusterName: "mycluster"


master:
  replicaCount: 1
  persistence:
    size: 30Gi
data:
  replicaCount: 1
coordinating:
  replicaCount: 0
ingest:
  replicaCount: 0

image:
  tag: 6.8.23

global:
  kibanaEnabled: true

security:
  enabled: false
  restEncryption: false

kibana:
  elasticsearch:
    security:
      auth:
        enabled: false
      tls:
        enabled: false
        usePemCerts: false
      
plugins: ""

from charts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.