File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
keps/sig-autoscaling/2702-graduate-hpa-api-to-GA Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -278,8 +278,8 @@ Recall that end users cannot usually observe component logs or access metrics.
278
278
- [ x ] Events
279
279
- Event Reason:
280
280
The event type ` Normal ` , reason ` SuccessfulRescale ` , note ` New size: N; reason: FOO ` indicates autoscaling is operating normally.
281
- Abnormal events type ` Warning ` include reasons such as ` FailedRescale ` and ` FailedComputeMetricsReplicas ` and
282
- will include details about the error in the note.
281
+ Abnormal events type ` Warning ` include reasons such as ` FailedRescale ` and ` FailedComputeMetricsReplicas ` and will
282
+ include details about the error in the note.
283
283
- [ x ] API .status
284
284
- Condition name:
285
285
There are three condition types which indicate the operating status of the HPA. They are ` ScalingEnabled ` , ` AbleToScale `
@@ -295,8 +295,8 @@ Recall that end users cannot usually observe component logs or access metrics.
295
295
values an operator can verify the HPA is maintaining the desired target for the dominant metric.
296
296
The operator can also see the number of pods the HPA observed under ` status.currentReplicas ` and the most
297
297
recent recommendation under ` status.desiredReplicas ` .
298
- The latest observed generation is echoed back in status so an operator can verify the HPA is keeping up-to-date
299
- with configuration changes.
298
+ The latest observed generation is echoed back in status so an operator can verify the HPA is keeping up-to-date with
299
+ configuration changes.
300
300
301
301
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
302
302
You can’t perform that action at this time.
0 commit comments