File tree 3 files changed +7
-5
lines changed
prod-readiness/sig-autoscaling
sig-autoscaling/4951-configurable-hpa-tolerance
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
kep-number : 4951
2
2
alpha :
3
- approver : " @deads2k "
3
+ approver : " @soltysh "
Original file line number Diff line number Diff line change @@ -491,7 +491,8 @@ well as the [existing list] of feature gates.
491
491
492
492
- [x] Feature gate (also fill in values in ` kep.yaml ` )
493
493
- Feature gate name: HPAConfigurableTolerance
494
- - Components depending on the feature gate: ` kube-controller-manager `
494
+ - Components depending on the feature gate: ` kube-controller-manager ` and
495
+ ` kube-apiserver ` .
495
496
496
497
###### Does enabling the feature change any default behavior?
497
498
@@ -517,7 +518,8 @@ NOTE: Also set `disable-supported` to `true` or `false` in `kep.yaml`.
517
518
518
519
The feature can be disabled by restarting the ` kube-controller-manager ` with the feature gate set to ` false ` .
519
520
520
- Any ` tolerance ` values set on existing HPAs will be ignored by the ` kube-controller-manager ` when the feature gate is off.
521
+ Any ` tolerance ` values set on existing HPAs will be ignored by the
522
+ ` kube-controller-manager ` and ` kube-apiserver ` when the feature gate is off.
521
523
522
524
###### What happens if we reenable the feature if it was previously rolled back?
523
525
Original file line number Diff line number Diff line change @@ -40,5 +40,5 @@ feature-gates:
40
40
disable-supported : true
41
41
42
42
# The following PRR answers are required at beta release
43
- # metrics:
44
- # - my_feature_metric
43
+ metrics :
44
+ - horizontal_pod_autoscaler_controller_metric_computation_duration_seconds
You can’t perform that action at this time.
0 commit comments