diff --git a/execution/run_uc1-new.sh b/execution/run_uc1-new.sh index d83772da3e6a280e64ccb33d03e8e27c3e7aaf95..4a9871b7e1c976fe9b57869af0ddfdc7e45a8b19 100755 --- a/execution/run_uc1-new.sh +++ b/execution/run_uc1-new.sh @@ -37,7 +37,8 @@ python lag_analysis.py $EXP_ID uc1 $DIM_VALUE $INSTANCES deactivate # Stop wl and app -kubectl delete -f uc1-workload-generator/deployment.yaml +#kubectl delete -f uc1-workload-generator/deployment.yaml +sed "s/{{NUM_SENSORS}}/$NUM_SENSORS/g; s/{{INSTANCES}}/$WL_INSTANCES/g" uc1-workload-generator/deployment.yaml | kubectl delete -f - kubectl delete -f uc1-application/aggregation-deployment.yaml