Add warning against sharing autoscaling resources

What does this MR do?

Add warning against sharing autoscaling resources Add documentation that warns users against sharing autoscaling resources (AWS ASGs, GCP Instance Groups, Azure Scale Sets) across multiple Runner Managers or runner configurations.

When multiple systems attempt to manage the same autoscaling resource, they issue conflicting scaling commands, leading to unpredictable behaviour and job failures. This information was previously undocumented but is critical for proper Docker Autoscaler setup and operation.

Why was this MR needed?

What's the best way to test this MR?

What are the relevant issue numbers?

Edited by Michael Trainor

Merge request reports

Loading