From d9221145ddeae6ba9e5740e02b566c7c2778c048 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Wed, 6 Nov 2024 23:43:00 +0100 Subject: [PATCH] chore(gitlab): add note about multiple docker-autoscalers competing over same resources --- knowledge base/gitlab/runner.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/knowledge base/gitlab/runner.md b/knowledge base/gitlab/runner.md index 5fd72ac..1f45b9b 100644 --- a/knowledge base/gitlab/runner.md +++ b/knowledge base/gitlab/runner.md @@ -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.
+They end up competing for resources, and will try to delete each other's Workers. +
Setup