Hello there, how does defaults and limits work on ...
# ask-the-community
r
Hello there, how does defaults and limits work on flyte ? When does limits get executed over defaults?
Copy code
task_resource_defaults:
    task_resources:
      defaults:
        cpu: 4
        memory: 2Gi
        storage: 500Mi
      limits:
        cpu: 6
        memory: 4Gi
        storage: 750Mi
f
y
i started a couple things that were put on hold as well, wanted to think about things more clearly, potentially integrating with the limit ranges felix mentioned somehow.
150 Views