sigs.k8s.io/kueue@v0.6.2/keps/1282-pods-ready-requeue-strategy/kep.yaml (about)

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