I was setting up a cluster for buildbot testing, and was trying to make it scalable: while it works to scale based on the node utilization I wanted to make it scale based on the build queued on buildbot (by querying the rest API).
Has anyone written such a Kubernetes extension and could help with this?
Thanks!