From 39e0fd6023908ce46974d072844ba571a3460e0c Mon Sep 17 00:00:00 2001 From: network-charles Date: Sat, 6 Jul 2024 11:31:08 +0000 Subject: [PATCH] Clarify sentence --- .../run-application/horizontal-pod-autoscale-walkthrough.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md index 8748500f01..c2bb630721 100644 --- a/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md +++ b/content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md @@ -79,9 +79,9 @@ service/php-apache created ## Create the HorizontalPodAutoscaler {#create-horizontal-pod-autoscaler} -Now that the server is running, create the autoscaler using `kubectl`. There is +Now that the server is running, create the autoscaler using `kubectl`. The [`kubectl autoscale`](/docs/reference/generated/kubectl/kubectl-commands#autoscale) subcommand, -part of `kubectl`, that helps you do this. +part of `kubectl`, helps you do this. You will shortly run a command that creates a HorizontalPodAutoscaler that maintains between 1 and 10 replicas of the Pods controlled by the php-apache Deployment that