File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
keps/sig-apps/2185-random-pod-select-on-replicaset-downscale Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ Alpha (v1.21):
206
206
207
207
Beta (v1.22):
208
208
- Enable LogarithmicScaleDown feature gate by default
209
- - Enable ` deleted_pod_age_ratio ` metric
209
+ - Enable ` sorting_deletion_age_ratio ` metric
210
210
211
211
Stable (v1.23):
212
212
- Remove LogarithmicScaleDown feature gate
@@ -291,12 +291,12 @@ _This section must be completed when targeting beta graduation to a release._
291
291
* ** What are the SLIs (Service Level Indicators) an operator can use to determine
292
292
the health of the service?**
293
293
- [x] Metrics
294
- - Metric name: deleted_pod_age_ratio
294
+ - Metric name: sorting_deletion_age_ratio
295
295
- [ Optional] Aggregation method:
296
296
- Components exposing the metric: kube-controller-manager
297
297
- [ ] Other (treat as last resort)
298
298
299
- The metric ` deleted_pod_age_ratio ` will provide a histogram of the ratio between the
299
+ The metric ` sorting_deletion_age_ratio ` will provide a histogram of the ratio between the
300
300
chosen ` deleted pod ` 's age over the current ` youngest pod ` 's age, for pods where the sort
301
301
algorithm falls back to age. (Pod age is the final criteria in the sorting algorithm, so we don't
302
302
want to measure this ratio for deletions which don't use this feature, as those may validly fall
You can’t perform that action at this time.
0 commit comments