Skip to content

Commit 8cab154

Browse files
authored
docs(HPA): typo "if it's unready and transitioned to unready"
Small typo.
1 parent bad7e81 commit 8cab154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/run-application/horizontal-pod-autoscale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Due to technical constraints, the HorizontalPodAutoscaler controller
140140
cannot exactly determine the first time a pod becomes ready when
141141
determining whether to set aside certain CPU metrics. Instead, it
142142
considers a Pod "not yet ready" if it's unready and transitioned to
143-
unready within a short, configurable window of time since it started.
143+
ready within a short, configurable window of time since it started.
144144
This value is configured with the `--horizontal-pod-autoscaler-initial-readiness-delay` flag, and its default is 30
145145
seconds. Once a pod has become ready, it considers any transition to
146146
ready to be the first if it occurred within a longer, configurable time

0 commit comments

Comments
 (0)