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

Composable filters for node scheduling #63

Open
3 tasks
coryodaniel opened this issue Jun 27, 2019 · 0 comments
Open
3 tasks

Composable filters for node scheduling #63

coryodaniel opened this issue Jun 27, 2019 · 0 comments

Comments

@coryodaniel
Copy link
Owner

Add submodules / functions to Bonny.Server.Scheduler for composable filtering of nodes:

  • affinity / anti-affinity for pods / nodes
  • labels
  • taints

Blocked by #55

subset_of_nodes = 
  Bonny.Server.Scheduler.Nodes.with_labels(["label-key", {"a-key", "with-a-value"}])
  |> Bonny.Server.Scheduler.Nodes.with_affinity(...)
  |> Bonny.Server.Scheduler.nodes()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant