AmitKumarDas / metac

It is metacontroller and more
Apache License 2.0
57 stars 16 forks source link

feat: enable setting worker count to individual controllers #149

Open AmitKumarDas opened 4 years ago

AmitKumarDas commented 4 years ago

ProblemStatement: As a Kubernetes controller developer, I want to set specific worker counts against controllers. Currently metac supports setting a common worker count for all controllers. This common tunable does not cater to use cases where multiple controllers need to run from a single binary.