Skip to content

Commit f470819

Browse files
authored
Merge pull request #28583 from vaibhav2107/hpa-walkthrough
Update the command in /docs/tasks/run-application/horizontal-pod-auto…
2 parents de0457d + 38f3e13 commit f470819

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
@@ -189,7 +189,7 @@ by making use of the `autoscaling/v2beta2` API version.
189189
First, get the YAML of your HorizontalPodAutoscaler in the `autoscaling/v2beta2` form:
190190

191191
```shell
192-
kubectl get hpa.v2beta2.autoscaling -o yaml > /tmp/hpa-v2.yaml
192+
kubectl get hpa php-apache -o yaml > /tmp/hpa-v2.yaml
193193
```
194194

195195
Open the `/tmp/hpa-v2.yaml` file in an editor, and you should see YAML which looks like this:

0 commit comments

Comments
 (0)