https://flyte.org logo
Title
k

Katrina P

11/28/2022, 7:20 PM
Just to be sure, when we run
flytectl update task-resource-attribute
does that setting still have to be within whatever limits we set in the Admin config map, right? We've tried to up the task-resource-attribute but when registering the workflow still get
Requested MEMORY limit [1Ti] is greater than current limit set in the platform configuration [512Gi]. Please contact Flyte Admins to change these limits or consult the configuration
Because if I call
flytectl get task-resource-attribute
it does say
{"project":"<>","domain":"<>","defaults":{"cpu":"500m","memory":"1Gi"},"limits":{"cpu":"2","memory":"1024Gi"}}
f

Felix Ruess

11/28/2022, 7:23 PM
currently yes.. but this is a bug, see https://github.com/flyteorg/flyte/issues/3065
k

Katrina P

11/28/2022, 7:23 PM
ah, thanks for pointing it out!
k

Ketan (kumare3)

11/29/2022, 1:04 AM
thank you for sharing. cc @Eduardo Apolinario (eapolinario) lets prioritize this bug?