elasticsearch-operator icon indicating copy to clipboard operation
elasticsearch-operator copied to clipboard

Node tolerations should be applied to sysctl daemonset as well

Open komljen opened this issue 5 years ago • 1 comments

ES components will fail when deployed with tolerations because sysctl isn't applied to those nodes.

The solution would be to use the same tolerations from master and data nodes and applied them to sysctl ds.

komljen avatar Jun 04 '19 08:06 komljen

Probably we should just apply:

  tolerations:
    - effect: NoSchedule
      operator: Exists

as default, since the operator can deploy multiple clusters which can have different tolerations.

komljen avatar Jun 05 '19 11:06 komljen