10BC0
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5840c8e commit 39e0fd6Copy full SHA for 39e0fd6
content/en/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough.md
@@ -79,9 +79,9 @@ service/php-apache created
79
80
## Create the HorizontalPodAutoscaler {#create-horizontal-pod-autoscaler}
81
82
-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
83
[`kubectl autoscale`](/docs/reference/generated/kubectl/kubectl-commands#autoscale) subcommand,
84
-part of `kubectl`, that helps you do this.
+part of `kubectl`, helps you do this.
85
86
You will shortly run a command that creates a HorizontalPodAutoscaler that maintains
87
between 1 and 10 replicas of the Pods controlled by the php-apache Deployment that
0 commit comments