task/hpa example enhancement (#17604)
Using removable Pod instead of Deployment in HPA example.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8a42721eae
commit
834d9e9f03
@@ -110,7 +110,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 -i --tty load-generator --image=busybox /bin/sh
|
||||
kubectl run --generator=run-pod/v1 -it --rm load-generator --image=busybox /bin/sh
|
||||
|
||||
Hit enter for command prompt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user