Can someone point me to the place(s) in the EKS he...
# ask-the-community
e
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
Okay so the key here is task_resources! Thank you
k
Ya, we have now geek over th defaults in code, part of next release
b
@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
@Brian Tang - yes this is definitely the correct way to do it
152 Views