Skip to content

Commit 8609fda

Browse files
Removed additional space
1 parent f0bc845 commit 8609fda

File tree

1 file changed

+4
-4
lines changed
  • keps/sig-autoscaling/2702-graduate-hpa-api-to-GA

1 file changed

+4
-4
lines changed

keps/sig-autoscaling/2702-graduate-hpa-api-to-GA/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ Recall that end users cannot usually observe component logs or access metrics.
278278
- [ x ] Events
279279
- Event Reason:
280280
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.
283283
- [ x ] API .status
284284
- Condition name:
285285
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.
295295
values an operator can verify the HPA is maintaining the desired target for the dominant metric.
296296
The operator can also see the number of pods the HPA observed under `status.currentReplicas` and the most
297297
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.
300300

301301
###### What are the reasonable SLOs (Service Level Objectives) for the enhancement?
302302

0 commit comments

Comments
 (0)