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

Add node affinity / node selector to user pods #800

Closed
ableuler opened this issue Nov 10, 2021 · 1 comment
Closed

Add node affinity / node selector to user pods #800

ableuler opened this issue Nov 10, 2021 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@ableuler
Copy link
Contributor

Currently, user pods only carry a toleration for the default renku user node taint, but no corresponding node affinity or node-selector is added. Hence, when user nodes fill up, user sessions are happily scheduled onto non-user nodes. Ideally, it would be fully configurable through the chart along those lines:

  • which labels must be present on a node for a user session to be allowed to run on it (default none)
    and
  • which taints can be present on a node for a user-session to be still run on it (ie tolerate it) (default: renku.io/dedicated=user:NoSchedule)
@ableuler ableuler added bug Something isn't working enhancement New feature or request labels Nov 10, 2021
@ableuler
Copy link
Contributor Author

closed by #806

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant