Hi all, I have kubernetes cluster in Digitalocean ...
# general
d
Hi all, I have kubernetes cluster in Digitalocean cloud. I have done signoz deployment on cluster. getting issue with "chi-signoz-cluster-0-0-0" pod. I described the pod
Copy code
MountVolume.MountDevice failed for volume "pvc-a0606a1d-32e9-4a33-8764-a6edf81ff4a5" : rpc error: code = Internal desc = formatting disk failed: exit status 1 cmd: 'mkfs.ext4 -F /dev/disk/by-id/scsi-0DO_Volume_pvc-a0606a1d-32e9-4a33-8764-a6edf81ff4a5' output: "mke2fs 1.45.5 (07-Jan-2020)\nThe file /dev/disk/by-id/scsi-0DO_Volume_pvc-a0606a1d-32e9-4a33-8764-a6edf81ff4a5 does not exist and no size was specified.\n"
any help?
p
@User Do you have any insights on this?
d
may be problem with my node configuration. I will check.
p
Yeah, seems like a disk problem 🙂
p
@User it looks like it failed to either create the pvc or while mounting on it. can you check if PVCs are created? There should be four of them.
Copy code
kubectl -n platform get pvc
also, can you share the commands you used to deploy SigNoz in the k8s cluster?
d
I restarted My nodes . it's working fine now
🎉 1
It's been 45 days signoz is running on my cluster. But today I just deleted the "chi-signoz-cluster-0-0-0" pod , then I got this error
p
@User Can you also open an issue in our repo - https://github.com/SigNoz/signoz/issues/new?assignees=&labels=&template=bug_report.md&title= we will check this issue more deeply if there are any config requirements from our end
d
okay. Thank you for your response🙂
p
👍