:wave: Howdy, We are self hosting on AWS and are c...
# support
s
👋 Howdy, We are self hosting on AWS and are currently deploying out to a fresh kubernetes 1.32 cluster — the helm chart install appears to have issues with provisioning PVs. We have the EBS CSI controller installed and are following the example from the docs, however the docs appear to use the old plugin style internal provision rather than the CSI. There’s an active issue regarding this: https://github.com/SigNoz/charts/issues/621 Anyways, just here to ask if anyone else is running Signoz using EBS CSI and what you used for the provisioner
n
Hey @Sam Currie Were you able to resolve this?
s
we did, patching this into values.yaml worked:
Copy code
global:
  storageClass: gp2-resizable
  cloud: aws