Just to be sure, when we run `flytectl update task...
# flyte-support
l
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"}}
q
currently yes.. but this is a bug, see https://github.com/flyteorg/flyte/issues/3065
🙏 1
l
ah, thanks for pointing it out!
f
thank you for sharing. cc @high-accountant-32689 lets prioritize this bug?
👍 1
172 Views