-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed as not planned
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Description
The controller-runtime manager provides the ability to dynamically add and start runnables at runtime using the Add() method. However, it currently lacks a mechanism to stop or remove specific runnables dynamically once they are running.
This functionality is vital in use cases where resources, such as Kubernetes clusters, are retired, requiring their associated runnables to be gracefully stopped without affecting the rest of the manager’s operation.
Request:
Introduce support for dynamic stopping of runnables to enhance the flexibility and robustness of the manager.
Thank You
Looking forward to your insights and guidance!
Metadata
Metadata
Assignees
Labels
lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.