Heya, sorry I tried to search for this issue but I...
# ask-metaflow
s
Heya, sorry I tried to search for this issue but I couldn't find anything online or on Slack. I am following the Metaflow tutorial with Argo events, on a kubernetes cluster with Minio as S3 storage solution. I am currently trying the FreshDataFlow example, which creates the Workflow template correctly. Whenever I trigger it tho the Workflow fails, because the spec's resources are invalid:
Pod "parameterflow-mn6bm-start-3510866328" is invalid: [spec.containers[1].resources.requests: Invalid value: "1": must be less than or equal to cpu limit of 500m, spec.containers[1].resources.requests: Invalid value: "4096M": must be less than or equal to memory limit of 128Mi]
what's the best way to override the default resource specs on a FlowSpec class? thank you!
A note that cpu: 1 and memory: 4096M seem to be the default values of the @kubernetes decorator, but it's not been used directly in this example