Skip to content

Commit b059129

Browse files
authored
two robustas (#2074)
1 parent 633fc81 commit b059129

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/setup-robusta/installation-faq.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ Verify success by checking that Robusta pods are running:
2929
:name: cb-get-pods-robusta-logs-custom
3030
3131
kubectl get pods -n robusta
32+
33+
Can I run two Robusta instances in the same cluster?
34+
======================================================
35+
36+
Yes. Install each instance with a different Helm release name in its own namespace:
37+
38+
.. code-block:: bash
39+
:name: cb-helm-install-robusta-two-instances
40+
41+
helm install robusta robusta/robusta -f ./generated_values.yaml -n namespace-1 --create-namespace --set clusterName=<YOUR_CLUSTER_NAME>
42+
helm install robusta-2 robusta/robusta -f ./generated_values.yaml -n namespace-2 --create-namespace --set clusterName=<YOUR_OTHER_CLUSTER_NAME>
43+
44+
Use a unique ``clusterName`` for each instance so they appear separately in the Robusta UI.

0 commit comments

Comments
 (0)