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
aacf038b
Commit
aacf038b
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add release name hint
parent
28d5ff10
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!159
Re-implementation of Theodolite with Kotlin/Quarkus
,
!152
Adjust Benchmark Definitions for Operator
Pipeline
#3890
passed
4 years ago
Stage: build
Stage: test
Stage: check
This commit is part of merge request
!152
. Comments created here will be created in the context of that merge request.
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/installation.md
+15
-0
15 additions, 0 deletions
docs/installation.md
with
15 additions
and
0 deletions
docs/installation.md
+
15
−
0
Edit
View file @
aacf038b
...
@@ -50,3 +50,18 @@ Multiple Theodolite installations in the same namespace are currently not fully
...
@@ -50,3 +50,18 @@ Multiple Theodolite installations in the same namespace are currently not fully
In cases, where you need to install multiple Theodolite instances, it's best to use dedicated namespaces
**and**
different release names.
In cases, where you need to install multiple Theodolite instances, it's best to use dedicated namespaces
**and**
different release names.
*Note that for meaningful results, usually only one benchmark should be executed at a time.*
*Note that for meaningful results, usually only one benchmark should be executed at a time.*
## Installation Hints
### Installation with a release name other than `theodolite`
When using another release name than
`theodolite`
, make sure to adjust the Kafka Lag Exporter configuration of you
`values.yaml`
accordingly:
```
yaml
kafka-lag-exporter
:
clusters
:
-
name
:
"
<your-release-name>-cp-kafka"
bootstrapBrokers
:
"
<your-release-name>-cp-kafka:9092"
```
This seems unfortunately to be necessary as Helm does not let us inject values into dependency charts.
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