@@ -130,7 +130,7 @@ If [persisting results](installation#persisting-results) is enabled in Theodolit
...
@@ -130,7 +130,7 @@ If [persisting results](installation#persisting-results) is enabled in Theodolit
For installations without persistence, but also as an alternative for installations with persistence, we provide a second option to access results: Theodolite comes with a *results access sidecar*. It allows to copy all benchmark results from the Theodolite pod to your current working directory on your host machine with the following command:
For installations without persistence, but also as an alternative for installations with persistence, we provide a second option to access results: Theodolite comes with a *results access sidecar*. It allows to copy all benchmark results from the Theodolite pod to your current working directory on your host machine with the following command:
```sh
```sh
kubectl cp$(kubectl get pod -lapp=theodolite -ojsonpath="{.items[0].metadata.name}"):/results .-c results-access
kubectl cp$(kubectl get pod -lapp=theodolite -ojsonpath="{.items[0].metadata.name}"):results .-c results-access