Hello there, how does defaults and limits work on ...
# flyte-support
t
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
q
t
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.
164 Views