Scalr / agent-helm

Helm chart to install "scalr-agent" for connecting self-hosted runners and VCS to Scalr TACO
https://scalr.github.io/agent-helm/
5 stars 5 forks source link

Why would workers be a daemon set? #42

Open annymsMthd opened 9 months ago

annymsMthd commented 9 months ago

Workers should be a deployment/stateful set to allow better scaling of the workloads. With it as a daemon set we would have to do taints and selectors to keep it from being deployed on every node on our larger clusters.

mermoldy commented 9 months ago

Hi @annymsMthd, please check the recent discussion on this topic https://github.com/Scalr/agent-helm/issues/9#issuecomment-1686106799.