Coder Social home page Coder Social logo

Comments (4)

nanux avatar nanux commented on August 23, 2024 1

@bordenit this has been merged and will be in the next release.

#301

from data-center-helm-charts.

nanux avatar nanux commented on August 23, 2024

Note:
We could consider adding schedulerName: into pod spec definition for the application statefulset. If this is undefined, we won't add it to the specification and therefore Kubernetes would pick up the default scheduler. The users would have an option to override the scheduler if they want to.

https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#scheduling

I think there is a slight risk of overcomplicating the values.yaml file with all potential customizations and make it confusing for administrators to configure and deploy.

@bordenit what would be the optimal solution for you?

from data-center-helm-charts.

bordenit avatar bordenit commented on August 23, 2024

@nanux I do think it should be added to the statefulset template and have the option in values.yaml. In our environments the pods don't like to start and volume mounting fails without setting the specific schedulerName to stork. I have a sed command currently after the helm upgrade that rewrites the schedulerName to stork which enables the pods to move more freely in the cluster. I haven't had any startup or mounting problems since doing that.

from data-center-helm-charts.

bordenit avatar bordenit commented on August 23, 2024

@nanux I currently add a kubectl patch just for the schedulerName. I have a collection of 3 or 4 things that I patch due to values.yaml limitations. I think this is a definite need to reduce the Atlassian ticket volume when the solution becomes fully supported.

from data-center-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.