-
Notifications
You must be signed in to change notification settings - Fork 1.9k
nodeSelector has desapeared in filebeat values #242
Comments
This was never part of the filebeat chart so it was never removed.
I'm not sure what problem it is you are trying to solve. If you could explain that first then I might be able to help you with a solution. With the limited information you have given my best bet is that you want to run the filebeat daemonset on only some nodes as described in https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/#running-pods-on-only-some-nodes |
Hi, Thank you for yor quick answer. Yes I want to run the filebeat daemonset on only some nodes. There's maybe a way to do the same with a different syntax in elastic/filebeat but I don't know how. |
I have opened a PR making the nodeSelector and affinity rules configurable for filebeat and metricbeat #243. I'm guessing the use case is that you have a shared kubernetes cluster where you have dedicated nodes for different teams or environments? Then it would make sense to want to run different configurations for filebeat depending on the node. Not a use case that I had thought of. |
Thank you ! In fact I'm new to cloud, kubernets and helm etc. and it appeared it is not a big issue for the project I work on. |
Please reinsert the nodeSelector in fielbeat values or give another solution
The text was updated successfully, but these errors were encountered: