Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node tolerations should be applied to sysctl daemonset as well #311

Open
komljen opened this issue Jun 4, 2019 · 1 comment · May be fixed by #312
Open

Node tolerations should be applied to sysctl daemonset as well #311

komljen opened this issue Jun 4, 2019 · 1 comment · May be fixed by #312

Comments

@komljen
Copy link
Contributor

komljen commented Jun 4, 2019

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
Copy link
Contributor Author

komljen commented Jun 5, 2019

Probably we should just apply:

  tolerations:
    - effect: NoSchedule
      operator: Exists

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant