Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sören Henning
theodolite
Commits
4245ef3c
Commit
4245ef3c
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Fix quickstart guide for latest version
parent
1deac910
No related branches found
No related tags found
1 merge request
!164
Add Theodolite docs
Pipeline
#5408
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/quickstart.md
+5
-5
5 additions, 5 deletions
docs/quickstart.md
with
5 additions
and
5 deletions
docs/quickstart.md
+
5
−
5
View file @
4245ef3c
...
...
@@ -22,14 +22,14 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H
```sh
git clone https://github.com/cau-se/theodolite.git
cd theodolite/theodolite/examples/
cd theodolite/theodolite/examples/
operator/
```
1.
Deploy the example Benchmark and package its associated Kubernetes resources in a ConfigMap:
```sh
kubectl apply -f
operator/
example-benchmark.yaml
kubectl
create configmap benchmark-resources-custom --from-file=./resources -o yaml --dry-run=client | kubectl apply -f -
kubectl apply -f example-benchmark.yaml
kubectl
apply -f example-configmap.yaml
```
1.
Verify that the Benchmark has been deployed successfully:
...
...
@@ -48,7 +48,7 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H
1.
Run the Benchmark by deploying an Execution:
```sh
kubectl apply -f
operator/
example-execution.yaml
kubectl apply -f example-execution.yaml
```
1.
Verify that the Executions is running:
...
...
@@ -61,7 +61,7 @@ All you need to get started is access to a Kubernetes cluster plus kubectl and H
```
NAME STATUS DURATION AGE
theodolite-example-execution R
UNNING
13s 14s
theodolite-example-execution R
unning
13s 14s
```
Theodolite provides additional information on the current status of an Execution by producing Kubernetes events. To see them:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment