This message was deleted.
# support
s
This message was deleted.
1
v
@Prashant Shahi
p
Hey @Goutham Sridhar ! We now support installing 2 release of signoz in same k8s cluster provided that they are in different namespace.
g
Hi @Prashant Shahi The link that you have provided is for signoz version upgrade. Is there any documentation for *installing 2 signoz in single k8s cluster?
p
You would have to upgrade the chart version first, following the same guide.
After that, you can run the following:
Copy code
helm install my-release-1 --create-namespace -n platform-1 signoz/signoz

helm install my-release-2 --create-namespace -n platform-2 signoz/signoz