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

Deployment node selector #499

Open
yvespp opened this issue Jul 31, 2019 · 0 comments
Open

Deployment node selector #499

yvespp opened this issue Jul 31, 2019 · 0 comments

Comments

@yvespp
Copy link
Member

yvespp commented Jul 31, 2019

We use nodes to represent a Kubernetes API server. If an application needs to be deployed into multiple cluster on an environment we added multiple node/API servers. Now we like to selectively deploy only on to some nodes at the same time instead of always to all nodes.
Currently nodes can only be enabled/disabled in the configuration, we like to be able to select the nodes to deploy to when creating a new deployment.

Todo:

  • Extend backend to be able to select which nodes are active
  • Extend rest service:
    • Add node selector, default is all nodes
    • List nodes that where active
  • Extend gui
    • Add gui to select active nodes, default is all nodes
    • Show active Nodes in deployment overview
  • Add test
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