Hello,
I'm currently using the Bitbucket Pipelines runners-autoscaler
(https://bitbucket.org/bitbucketpipelines/runners-autoscaler/src/master/) and I'm looking for a way to dynamically update runner configurations without having to recreate the entire kustomize set.
Specifically, I need the ability to:
Ideally, these changes should not affect other running runners or runner configurations. I want to avoid any downtime or disruption to ongoing builds when making these adjustments.
Has anyone found an effective strategy or best practice for achieving this dynamic updating? Are there any features within runners-autoscaler
or common Kubernetes/kustomize patterns that would facilitate this?
Any insights or suggestions would be greatly appreciated!
Thanks in forehand,
Shubham