deepgram / self-hosted-resources

Official Deepgram resources for deploying Deepgram services in a self-hosted environment
https://developers.deepgram.com
ISC License
6 stars 4 forks source link

EFS Storage Class Mismatch with Name Prefix #27

Closed paulliwog closed 1 month ago

paulliwog commented 1 month ago

What is the current behavior?

The PVC references a storage class that does not include the name prefix resulting in Karpenter not provisioning a node.

Steps to reproduce

Launch self-hosted chart with EFS and a name prefix for the storage on a cluster using karpenter autoscaler instead of cluster autoscaler. Karpenter will not provision a node for the pod.

Expected behavior

The PVC should reference the prefixed name of the storage class, resulting in karpenter provisioning a node for the engine pod.

Please tell us about your environment

Other information

paulliwog commented 1 month ago

28 Fixes this