Clarify sentence

This commit is contained in:
network-charles 2024-07-06 11:31:08 +00:00
parent 5840c8ef91
commit 39e0fd6023
1 changed files with 2 additions and 2 deletions

View File

@ -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