-
Notifications
You must be signed in to change notification settings - Fork 185
Closed
Description
Feature Description
As of now, k6-operator supports only one PrivateLoadZone
at a time, or per installation. We'd like to extend support to multiple PrivateLoadZone
s.
Suggested Solution (optional)
The reconciler should move out polling logic into a new abstraction, with each PrivateLoadZone
having its own goroutine to set up the poller, the factory and to handle the updates from the reconciler async.
The max number of PrivateLoadZones should be regulated by GCk6 and not by k6-operator.
Already existing or connected issues / PRs (optional)
No response