GithubHelp home page GithubHelp logo

Comments (3)

robdaemon avatar robdaemon commented on May 28, 2024

We'd still need to write the configuration file so that a restart of haproxy would have the right configuration, and then expose the haproxy unix socket on a hostPath. This doesn't really buy us anything.

from caasp-salt.

inercia avatar inercia commented on May 28, 2024

We'd still need to write the configuration file so that a restart of haproxy would have the right configuration, and then expose the haproxy unix socket on a hostPath. This doesn't really buy us anything.

Writing a config file is not strictly necessary as you are going to create your own haproxy image based on SLE, so a base config file could be COPYed there.

I think the main difference would in how we deal with machines that go down/up or change IPs. Instead of applying a full state you would do something like:

# FILE: config.d/master/reactor.conf
  - salt/presence/change:
    - /usr/share/salt/kubernetes/reactor/presence.sls

# FILE: config.d/master/presence.sls
{% for machine_down in data['lost'] %}
{%- set api_servers = salt['pillar.get']('roles:kube-master', '') %}
{% if machine_down in api_servers %}
remove-{{machine-down}}-from-haproxy:
  module.wait:
    - tgt: 'roles:kube-minion'
    - tgt_type: grain
    - name: haproxyconn.disable_server
    - backend: api
    - name: {{ machine_down }}
{% endif %}
{% endfor %}

That would save the config file regeneration, SIGHUP and so...

from caasp-salt.

robdaemon avatar robdaemon commented on May 28, 2024

Not really, you still need the configuration file if haproxy gets restarted for any reason (it crashes, the node reboots, etc.) This would just complicate things.

from caasp-salt.

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.