~Hey all, I'm using Prefect cloud and running flow...
# ask-community
b
Hey all, I'm using Prefect cloud and running flows with Kubernetes (in a GKE cluster). I've been seeing issues with OOM errors in my flows and want to specify resource requests for my pods. I tried adding
memory: "x"
to the job_variables in my yaml file for this deployment and I see that variable on the configuration page for the deployment, but my actual pods do not specify resource requirements in their yaml. Anyone have experience with this or know what i'm doing wrong?
Was able to get this to work by adding these as variables to the base job template
catjam 3