https://flyte.org logo
#ask-the-community
Title
# ask-the-community
e

Evan Sadler

03/07/2023, 3:37 PM
Can someone point me to the place(s) in the EKS helm chart that I need to updated to get around this limit?
Copy code
status = StatusCode.INVALID_ARGUMENT
details = "Requested CPU limit [15] is greater than current limit set in the platform configuration [2]. Please contact Flyte Admins to change these limits or consult the configuration"`
e

Evan Sadler

03/07/2023, 3:42 PM
Okay so the key here is task_resources! Thank you
k

Ketan (kumare3)

03/07/2023, 3:50 PM
Ya, we have now geek over th defaults in code, part of next release
b

Brian Tang

04/20/2023, 3:49 AM
@Ketan (kumare3) @Michael Tinsley is this still the preferred way of updating defaults? you mentioned part of new release, but couldn’t find anything on 1.5.0
m

Michael Tinsley

04/20/2023, 5:36 AM
@Brian Tang - yes this is definitely the correct way to do it
3 Views