From 5297a676e3714742e44d777af7936f51755e4180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@jku.at> Date: Tue, 5 Dec 2023 17:31:23 +0100 Subject: [PATCH] Add hints on multiple installations in one cluster --- docs/installation.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index e1c834cd..45ca8bc8 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -53,8 +53,9 @@ Installation of the random scheduler can be enabled via `randomScheduler.enabled ### Multiple installations in the same cluster -Multiple Theodolite installations in the same namespace are currently not fully tested. -In cases, where you need to install multiple Theodolite instances, it's best to use dedicated namespaces **and** different release names. +In cases, where you need to install multiple Theodolite instances, it's best to use dedicated namespaces. +Make sure to [expose Grafana on different ports](#exposing-grafana) for each installation. +Installing [additional cluster-level metrics](#additional-kubernetes-cluster-metrics) multiple times in the same cluster does not work. *Note that for meaningful results, usually only one benchmark should be executed at a time.* -- GitLab