I am trying to deploy Signoz onto an AWS EKS cluster but having a rough time of it. The pods will not start and are stuck in a status of pending due to PVC problems:
Warning FailedScheduling 4m52s (x16 over 80m) default-scheduler 0/2 nodes are available: pod has unbound immediate PersistentVolumeClaims. preemption: 0/2 nodes are available: 2 Preemption is not helpful for scheduling
I can successfully deploy other apps onto this same cluster with no issue.
I am not sure if the problem is with the cluster itself or the helm charts. I have added overrides to values.yaml, i have also tried no overrides in values.yaml at all, with no success. What should be in my values.yaml to get this deployed properly? Or could it be the cluster itself?
I realize this might be a complicated question, i can provide any more info needed.