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

KEP-3063: dynamic resource allocation #3064

Merged

Commits on Jun 22, 2022

  1. dynamic resource allocation: add KEP kubernetes#3063

    Dynamic resource allocation rethinks how additional resources like
    accelerators be managed and requested in Kubernetes.
    pohly committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    08c0828 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. dynamic resource allocation: update status

    The KEP discussion showed that a longer period in alpha seems likely, so now
    the (of course still tentative) plan is to keep it in alpha for three releases.
    
    SIG Autoscaling will need to be involved, now as approver and later as
    reviewer, so they get added as "participating SIG".
    
    Finally, the goal is to start working on this in Kubernetes 1.25, so it has be
    marked as "implementable".
    pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    bc3ccc7 View commit details
    Browse the repository at this point in the history
  2. dynamic resource allocation: more specific motivation for partial all…

    …ocation
    
    NVIDIA cards in MIG mode are limited by the current need to pre-partition the
    hardware.
    klueska authored and pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    278cd5c View commit details
    Browse the repository at this point in the history
  3. dynamic resource allocation: add "compromised resource driver plugin"

    This discusses the effect of attacking the resource driver in addition
    or instead of kubelet.
    pohly committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    f37345e View commit details
    Browse the repository at this point in the history