sigs.k8s.io/kueue@v0.6.2/keps/1224-lending-limit/kep.yaml (about)

     1  title: Introducing lendingLimit to help reserve guaranteed resources
     2  kep-number: 1224
     3  authors:
     4    - "@B1F030"
     5    - "@kerthcet"
     6  status: implementable
     7  creation-date: 2023-11-13
     8  reviewers:
     9    - "@alculquicondor"
    10    - "@kerthcet"
    11    - "@tenzen-y"
    12  approvers:
    13    - "@alculquicondor"
    14  
    15  # The target maturity stage in the current dev cycle for this KEP.
    16  stage: alpha
    17  
    18  # The most recent milestone for which work toward delivery of this KEP has been
    19  # done. This can be the current (upcoming) milestone, if it is being actively
    20  # worked on.
    21  latest-milestone: "v0.6"
    22  
    23  # The milestone at which this feature was, or is targeted to be, at each stage.
    24  milestone:
    25    alpha: "v0.6"
    26    beta: "v0.7"
    27    stable: "v0.8"
    28  
    29  # The following PRR answers are required at alpha release
    30  # List the feature gate name and the components for which it must be enabled
    31  feature-gates:
    32    - name: LendingLimit
    33  disable-supported: true