diff --git a/analysis/scalability-graph.ipynb b/analysis/scalability-graph.ipynb index 868f950dfea091b8fd6dbc78dc4b7471086c8947..8e4b3bd99ef032b75826535eaebd2b435ccf0881 100644 --- a/analysis/scalability-graph.ipynb +++ b/analysis/scalability-graph.ipynb @@ -245,7 +245,7 @@ "metadata": {}, "outputs": [], "source": [ - "min_suitable_instances.to_csv(os.path.join(directory_out, f'../results-inst/exp{exp_id}_min-suitable-instances.csv'), index=False)" + "min_suitable_instances.to_csv(os.path.join(directory_out, f'exp{exp_id}_min-suitable-instances.csv'), index=False)" ] }, { diff --git a/execution/README.md b/execution/README.md index d8f30d0742d6e2037840332ec597637619510c79..e8c9d4546da73ef90bd95b81092172e6d01079ad 100644 --- a/execution/README.md +++ b/execution/README.md @@ -153,11 +153,11 @@ declarations for different volume types. Using a [hostPath volume](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath) is the easiest option when running Theodolite locally, e.g., with minikube or kind. -Just modify `infrastructure/kubernetes/volumeSingle.yaml` by setting `path` to the directory on your host machine where +Just modify `infrastructure/kubernetes/volume-hostpath.yaml` by setting `path` to the directory on your host machine where all benchmark results should be stored and run: ```sh -kubectl apply -f infrastructure/kubernetes/volumeSingle.yaml +kubectl apply -f infrastructure/kubernetes/volume-hostpath.yaml ``` ##### *local* volume @@ -166,12 +166,12 @@ A [local volume](https://kubernetes.io/docs/concepts/storage/volumes/#local) is access (e.g. via SSH) to one of your cluster nodes. You first need to create a directory on a selected node where all benchmark results should be stored. Next, modify -`infrastructure/kubernetes/volumeCluster.yaml` by setting `<node-name>` to your selected node (this node will most -likely also execute the job). Further, you have to set `path` to the directory on the node you just created. To deploy +`infrastructure/kubernetes/volume-local.yaml` by setting `<node-name>` to your selected node. (This node will most +likely also execute the [Theodolite job](#Execution).) Further, you have to set `path` to the directory on the node you just created. To deploy you volume run: ```sh -kubectl apply -f infrastructure/kubernetes/volumeCluster.yaml +kubectl apply -f infrastructure/kubernetes/volume-local.yaml ``` ##### Other volumes diff --git a/execution/infrastructure/kubernetes/volumeSingle.yaml b/execution/infrastructure/kubernetes/volume-hostpath.yaml similarity index 100% rename from execution/infrastructure/kubernetes/volumeSingle.yaml rename to execution/infrastructure/kubernetes/volume-hostpath.yaml diff --git a/execution/infrastructure/kubernetes/volumeCluster.yaml b/execution/infrastructure/kubernetes/volume-local.yaml similarity index 100% rename from execution/infrastructure/kubernetes/volumeCluster.yaml rename to execution/infrastructure/kubernetes/volume-local.yaml diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml index 68d53386bcf5e77ce08d964f3c04eb000794575c..06d14a0f589b2ac7a16ebaaae4d1490b840ea57b 100644 --- a/execution/theodolite.yaml +++ b/execution/theodolite.yaml @@ -11,7 +11,7 @@ spec: claimName: theodolite-pv-claim containers: - name: theodolite - image: bvonheid/theodolite:latest + image: ghcr.io/cau-se/theodolite:latest # imagePullPolicy: Never # Used to pull "own" local image env: - name: UC # mandatory