You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: