Skip to content

Commit

Permalink
Remove the --generator deprecated flag of Horizontal Pod Autoscaler W…
Browse files Browse the repository at this point in the history
…alkthrough tutorial.
  • Loading branch information
viniciusbds committed May 5, 2020
1 parent 9654c61 commit e119d7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Now, we will see how the autoscaler reacts to increased load.
We will start a container, and send an infinite loop of queries to the php-apache service (please run it in a different terminal):

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

Hit enter for command prompt

Expand Down

0 comments on commit e119d7a

Please sign in to comment.