Skip to content

Commit e119d7a

Browse files
committed
Remove the --generator deprecated flag of Horizontal Pod Autoscaler Walkthrough tutorial.
1 parent 9654c61 commit e119d7a

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
@@ -115,7 +115,7 @@ Now, we will see how the autoscaler reacts to increased load.
115115
We will start a container, and send an infinite loop of queries to the php-apache service (please run it in a different terminal):
116116

117117
```shell
118-
kubectl run --generator=run-pod/v1 -it --rm load-generator --image=busybox /bin/sh
118+
kubectl run -it --rm load-generator --image=busybox /bin/sh
119119

120120
Hit enter for command prompt
121121

0 commit comments

Comments
 (0)