Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TEP-0104]: Support Task-level resource limits #703

Merged
merged 1 commit into from
Jun 8, 2022

Commits on Jun 7, 2022

  1. [TEP-0104]: Support Task-level resource limits

    After further reflection on this proposal, I realized pod effective resource limits
    are not used for scheduling, and limits are enforced on individual containers by the
    container runtime. This commit updates TEP-0104 to support Task-level resource limits
    as a result. It also changes the behavior of how Task-level requirements interact with
    Step-level requirements and with Sidecars as a result. Lastly, it removes the ability
    to specify both Step-level requirements and Task-level requirements if the resource
    types are different, and moves this functionality to potential future work.
    lbernick committed Jun 7, 2022
    Configuration menu
    Copy the full SHA
    cdfe6c1 View commit details
    Browse the repository at this point in the history