File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,19 @@ KUBERNETES_DIR="hotelReservation/kubernetes" # Path to the Kubernetes directory
18
18
echo " setup deathstarbench in k8s"
19
19
20
20
# Clone the repository
21
- # git clone $REPO_URL /local
22
21
cd /local
23
22
git clone $REPO_URL
24
23
24
+ # Prepare workload generator
25
+ cd /local/DeathStarBench/wrk2
26
+ git submodule update --init --recursive ./deps/luajit/
27
+ sudo apt-get install libssl-dev
28
+ make all
29
+
25
30
# Pull hotelreservation docker images
26
31
sudo docker pull $DOCKER_IMAGE
27
32
28
- # sudo chmod -R 777 /local/DeathStarBench
29
- # sudo ln -s /local/DeathStarBench /users/royno7/
33
+ # Setup kubernetes cluster
30
34
sudo kubectl apply -Rf /local/DeathStarBench/$KUBERNETES_DIR
31
35
32
36
echo " deathstarbench-k8s setup complete"
You can’t perform that action at this time.
0 commit comments