From 9176666c0d00cdabb4fd3c8bbdc33216c3d93bbf Mon Sep 17 00:00:00 2001 From: Christopher Farrenden Date: Fri, 3 Oct 2025 14:37:22 +1000 Subject: [PATCH] Fix typo in horizontal pod autoscale documentation --- .../en/docs/tasks/run-application/horizontal-pod-autoscale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md index e40c794158904..f329bff073127 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale.md @@ -418,7 +418,7 @@ and [the walkthrough for using external metrics](/docs/tasks/run-application/hor If you use the `v2` HorizontalPodAutoscaler API, you can use the `behavior` field (see the [API reference](/docs/reference/kubernetes-api/workload-resources/horizontal-pod-autoscaler-v2/#HorizontalPodAutoscalerSpec)) to configure separate scale-up and scale-down behaviors. -You specify these behaviours by setting `scaleUp` and / or `scaleDown` +You specify these behaviors by setting `scaleUp` and / or `scaleDown` under the `behavior` field. Scaling policies let you control the rate of change of replicas while scaling.