-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hello, I worked on a small PR that adds optional namespace scoping to the Temporal Worker Controller.
The controller can be restricted to a single namespace or a comma-separated
list of namespaces using the --watch-namespace flag or WATCH_NAMESPACE
environment variable.
When multiple namespaces are specified, the controller uses a multi-namespaced
cache and does not require cluster-wide watch permissions.
If unset, the controller preserves its existing cluster-wide behavior.
I also modified the rbac.yaml file to automatically create Roles instead of ClusterRoles when a specific key is set in the values (only usable when only one namespace is specified)
Tested on my side without any issue.
Could I create the pullRequest for review ?
Many thanks !
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels