File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments