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

Add script for installing benchmark configMaps

parent 77c2840e
No related branches found
No related tags found
2 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!152Adjust Benchmark Definitions for Operator
Pipeline #3668 passed
This commit is part of merge request !164. Comments created here will be created in the context of that merge request.
cd uc1-flink/
kubectl create configmap benchmark-resources-uc1-flink --from-file .
cd ../uc2-flink/
kubectl create configmap benchmark-resources-uc2-flink --from-file .
cd ../uc3-flink/
kubectl create configmap benchmark-resources-uc3-flink --from-file .
cd ../uc4-flink/
kubectl create configmap benchmark-resources-uc4-flink --from-file .
cd ../uc1-kstreams/
kubectl create configmap benchmark-resources-uc1-kstreams --from-file .
cd ../uc2-kstreams/
kubectl create configmap benchmark-resources-uc2-kstreams --from-file .
cd ../uc3-kstreams/
kubectl create configmap benchmark-resources-uc3-kstreams --from-file .
cd ../uc4-kstreams/
kubectl create configmap benchmark-resources-uc4-kstreams --from-file .
cd ..
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment