Skip to content

Commit f94f449

Browse files
Kalyan Reddy DaidaKalyan Reddy Daida
Kalyan Reddy Daida
authored and
Kalyan Reddy Daida
committed
Welcome to Stack Simplify
1 parent 2e67043 commit f94f449

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

16-EKS-VPA-Vertical-Pod-Autoscaler/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@ kubectl describe vpa kubengix-vpa
9797
kubectl get pods -w
9898
9999
# Terminal 2 - Generate Load
100-
kubectl run --generator=run-pod/v1 apache-bench -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
100+
kubectl run --generator=run-pod/v1 apache-bench -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
101101
102102
# Terminal 3 - Generate Load
103-
kubectl run --generator=run-pod/v1 apache-bench2 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
103+
kubectl run --generator=run-pod/v1 apache-bench2 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
104104
105105
# Terminal 4 - Generate Load
106-
kubectl run --generator=run-pod/v1 apache-bench3 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/hello
106+
kubectl run --generator=run-pod/v1 apache-bench3 -i --tty --rm --image=httpd -- ab -n 500000 -c 1000 http://vpa-demo-service-nginx.default.svc.cluster.local/
107107
```
108108

109109
## Step-07: Describe pods which were re-launched by VPA Updater

0 commit comments

Comments
 (0)