fix kubectl exec

This commit is contained in:
marcel-dempers 2025-01-08 14:49:36 +11:00
parent ab284e1ef8
commit 6d217aad29

View File

@ -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