mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-04 16:56:56 +00:00
fix kubectl exec
This commit is contained in:
parent
ab284e1ef8
commit
6d217aad29
@ -108,7 +108,7 @@ cd kubernetes\autoscaling\components\application
|
||||
kubectl apply -f .\traffic-generator.yaml
|
||||
|
||||
# get a terminal to the traffic-generator
|
||||
kubectl exec -it traffic-generator sh
|
||||
kubectl exec -it traffic-generator -- sh
|
||||
|
||||
# install wrk
|
||||
apk add --no-cache wrk
|
||||
|
Loading…
x
Reference in New Issue
Block a user