Hi All,
I am new to flyte. I have a query is there any way to configure permissions in flyte , so that if a user is running pyflyte to execute some workflows and tasks which are asking for huge cpu, gpu get's in paused state and only flyteadmin will be able to approve and execute.
If the user is asking for reasonable amount then he can execute on his own through pyflyte.
It would be of great help , if this use case can be applied.
@boundless-salesclerk-96272 I guess you refer more to some sort of "Approval Policy" for resource requests that exceed a certain threshold?
b
boundless-salesclerk-96272
07/04/2024, 4:12 AM
Hi @average-finland-92144, yes you are right ? Can we set some policy in Union.ai ? Or how to set that policy in opensource version?
Hi @freezing-airport-6809 , is it not possible to set some policy in the Opensource version ?
f
freezing-airport-6809
07/04/2024, 5:36 AM
you can configure the default and the max allowed resources in Flyte
freezing-airport-6809
07/04/2024, 5:36 AM
but in Union it will automatically fail if the resources are beyond the available resources, as union knows about the deployed cluster in your account