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 FlushNodes, UpdateConfiguration, and KillManager actions to the manager #243

Open
3 tasks
CGodiksen opened this issue Oct 9, 2024 · 0 comments
Open
3 tasks
Labels
enhancement New feature or request

Comments

@CGodiksen
Copy link
Collaborator

Currently nodes can be flushed individually and settings in the configuration can be updated on nodes individually. Actions should be added to the manager that makes it possible to flush all nodes in the cluster, and update a setting for all nodes in the cluster. Furthermore, an action should be added to kill the manager (similarly to KillNode), which removes every node in the cluster (killing every node) and then stops the process of the manager.

  • Add action on manager to flush all nodes in the cluster.
  • Add action on manager to update configuration for all nodes in the cluster.
  • Add action on manager to kill all nodes in the cluster and kill the manager process after.
@CGodiksen CGodiksen added the enhancement New feature or request label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant