From c80f993aa38de717e0ecfc39b90cc39dc98826dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Mon, 4 May 2020 12:16:50 +0200 Subject: [PATCH] Add comment on how to delete workload generator --- execution/run_uc1-new.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/execution/run_uc1-new.sh b/execution/run_uc1-new.sh index 9bd8c3a24..932970596 100755 --- a/execution/run_uc1-new.sh +++ b/execution/run_uc1-new.sh @@ -41,6 +41,7 @@ deactivate # Stop wl and app #kubectl delete -f uc1-workload-generator/deployment.yaml +#sed "s/{{INSTANCES}}/1/g" uc1-workload-generator/deployment.yaml | kubectl delete -f - 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 -- GitLab