Just to be sure, when we run `flytectl update task...
# ask-the-community
k
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
Copy code
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
currently yes.. but this is a bug, see https://github.com/flyteorg/flyte/issues/3065
k
ah, thanks for pointing it out!
k
thank you for sharing. cc @Eduardo Apolinario (eapolinario) lets prioritize this bug?
169 Views