diff --git a/keps/sig-node/4205-psi-metric/README.md b/keps/sig-node/4205-psi-metric/README.md index 1dc438e7a34..ad37a747e55 100644 --- a/keps/sig-node/4205-psi-metric/README.md +++ b/keps/sig-node/4205-psi-metric/README.md @@ -375,7 +375,7 @@ feature. NOTE: Also set `disable-supported` to `true` or `false` in `kep.yaml`. --> -Yes +Yes, but starting in v1.35 where this feature graduates to GA, the KubeletPSI feature gate will be locked to true and will no longer be disable-able. ###### What happens if we reenable the feature if it was previously rolled back? No PSI metrics will be available in kubelet Summary API nor Prometheus metrics if the diff --git a/keps/sig-node/4205-psi-metric/kep.yaml b/keps/sig-node/4205-psi-metric/kep.yaml index 0d2a18aa004..4f9773333dc 100644 --- a/keps/sig-node/4205-psi-metric/kep.yaml +++ b/keps/sig-node/4205-psi-metric/kep.yaml @@ -22,17 +22,18 @@ see-also: [] replaces: [] # The target maturity stage in the current dev cycle for this KEP. -stage: beta +stage: stable # The most recent milestone for which work toward delivery of this KEP has been # done. This can be the current (upcoming) milestone, if it is being actively # worked on. -latest-milestone: "v1.34" +latest-milestone: "v1.35" # The milestone at which this feature was, or is targeted to be, at each stage. milestone: alpha: "v1.33" beta: "v1.34" + stable: "v1.35" # The following PRR answers are required at alpha release # List the feature gate name and the components for which it must be enabled @@ -41,7 +42,7 @@ feature-gates: components: - kubelet -disable-supported: true +disable-supported: false # The following PRR answers are required at beta release metrics: