chore(gitlab): add note about multiple docker-autoscalers competing over same resources

This commit is contained in:
Michele Cereda
2024-11-06 23:43:00 +01:00
parent 8d385c0f00
commit d9221145dd

View File

@@ -182,6 +182,9 @@ The container images are pulled by the Autoscaler, which then feeds them to the
- Workers do **not** need direct image access.
- **Both** the Autoscaler **and** the Workers require the Docker Engine to be installed.
Multiple Autoscaler do **not** play well managing the same resources.<br/>
They end up competing for resources, and will try to delete each other's Workers.
<details>
<summary>Setup</summary>