GithubHelp home page GithubHelp logo

Comments (5)

Crazybus avatar Crazybus commented on June 21, 2024

Did you get any errors when applying the change via helm? It sounds like the service was updated but helm failed to update the statefulset.

Can you give me the full steps to reproduce this? Did you first deploy with the clusterName of elasticsearch then apply a change with it set to test? When I tried this a new statefulset with new pvcs was created. It worked, but it of course means that all of the data was wiped too.

from helm-charts.

Sherler avatar Sherler commented on June 21, 2024

@Crazybus
it's too easy to reproduce:

here is what is shown in shell after I run the helm install command:
helm-es

and here is the logs of es without any mannual changes:
es-log

what is shown next is the configuration of the es statefulset:
es-config

as you can see, the headless service-name in the env-config didn't change. but after I mannually change it to test-master-headless , everything goes well

helm version
helm

from helm-charts.

Crazybus avatar Crazybus commented on June 21, 2024

Ahh I see the problem now. It looks like you are using an old version of the helm chart. Can you please try installing by explicitly pointing to the correct version? If you don't do it helm ignores the alpha tags.

From: https://github.com/elastic/helm-charts/tree/master/elasticsearch#installing

helm install --name elasticsearch elastic/elasticsearch --version 7.0.0-alpha1

If you don't specify the chart version you will get an older version before we started adding in the alpha tags.

I noticed this because discovery.zen.ping.unicast.hosts should not be set for clusters that are running Elasticsearch 7.

from helm-charts.

botelastic avatar botelastic commented on June 21, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from helm-charts.

botelastic avatar botelastic commented on June 21, 2024

This issue has been automatically closed because it has not had recent activity since being marked as stale.

from helm-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.