Installing SigNoz in On-Prem Kubernetes Cluster with Ceph

TLDR Sajid sought help with configuring SigNoz installation in an on-prem Kubernetes cluster with Ceph storage, but resolved the issue by making their desired storageClass the default.

Photo of Sajid
Sajid
Mon, 03 Apr 2023 09:06:43 UTC

Hi Team, I'm trying to install SigNoz in our on-prem Kubernetes cluster. We are using Ceph as storage and storage class is also created for the same. As per the documentation, we have to set `global.storageClass` configuration to desired storage class for our custom storage class. But I'm not sure where should I made this change. Also, if this change is required in value file, which command should I run to upgrade helm. Can someone pls help with the same?

Photo of Sajid
Sajid
Mon, 03 Apr 2023 12:28:35 UTC

Instead of updating global.storageClass, I've made my storageClass as default which I wanted to use and it fixed my issue.