Skip to content

Commit e482360

Browse files
authored
Merge pull request #19596 from jenting/fix-hpa-walkthrough
Correct target.type from AverageUtilization to Utilization
2 parents 82e9656 + 8cd0990 commit e482360

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-walkthrough.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ the only other supported resource metric is memory. These resources do not chan
239239
to cluster, and should always be available, as long as the `metrics.k8s.io` API is available.
240240

241241
You can also specify resource metrics in terms of direct values, instead of as percentages of the
242-
requested value, by using a `target` type of `AverageValue` instead of `AverageUtilization`, and
242+
requested value, by using a `target.type` of `AverageValue` instead of `Utilization`, and
243243
setting the corresponding `target.averageValue` field instead of the `target.averageUtilization`.
244244

245245
There are two other types of metrics, both of which are considered *custom metrics*: pod metrics and

0 commit comments

Comments
 (0)