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

Fix topic deletion

parent 36f1786d
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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