From 4751b7e59fdc43376a23f6254ed3a0de8efeab68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <soeren.henning@email.uni-kiel.de> Date: Fri, 15 May 2020 17:20:35 +0200 Subject: [PATCH] Add hint for adjustment of Prometheus' ClusterRoleBinding --- execution/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/execution/README.md b/execution/README.md index 1e26df155..acf31ff7a 100644 --- a/execution/README.md +++ b/execution/README.md @@ -117,6 +117,7 @@ Depending on your setup, some additional adjustments may be necessary: * Change Kafka and Zookeeper servers in the Kubernetes deployments (uc1-application etc.) and `run_XX.sh` scripts * Change Prometheus' URL in `lag_analysis.py` * Change the path to your Python 3.7 virtual environment in the `run_XX.sh` schripts (to find the venv's `bin/activate`) +* Change the name of your Kubernetes namespace for [Prometheus' ClusterRoleBinding](infrastructure/prometheus/cluster-role-binding.yaml) * *Please let us know if there are further adjustments necessary* -- GitLab