Skip to content
Snippets Groups Projects
Commit c80f993a authored by Sören Henning's avatar Sören Henning
Browse files

Add comment on how to delete workload generator

parent 3e06bb0a
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ deactivate ...@@ -41,6 +41,7 @@ deactivate
# Stop wl and app # Stop wl and app
#kubectl delete -f uc1-workload-generator/deployment.yaml #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 - 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 kubectl delete -f uc1-application/aggregation-deployment.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment