sigs.k8s.io/kueue@v0.6.2/keps/976-plain-pods/kep.yaml (about)

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